[Python-modules-commits] [python-social-auth] 44/71: Fix typo

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:14:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.14
in repository python-social-auth.

commit 4f1e66eb733747f0013f25a71347ada7d1ff19b5
Author: Martín Prunell <martin.prunell at gmail.com>
Date:   Tue Oct 20 15:09:08 2015 -0200

    Fix typo
---
 social/backends/oauth.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/social/backends/oauth.py b/social/backends/oauth.py
index a73508a..b6d7abb 100644
--- a/social/backends/oauth.py
+++ b/social/backends/oauth.py
@@ -371,7 +371,7 @@ class BaseOAuth2(OAuthAuth):
 
     @handle_http_errors
     def auth_complete(self, *args, **kwargs):
-        """Completes loging process, must return user instance"""
+        """Completes login process, must return user instance"""
         state = self.validate_state()
         self.process_error(self.data)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list