From: Matías Aguirre Date: Sun, 15 Apr 2012 00:59:06 +0000 (-0300) Subject: Docstring fix X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0eeb065934756ec09ae6e0843db3f62856a7ffb0;p=django-social-auth.git Docstring fix --- diff --git a/social_auth/backends/__init__.py b/social_auth/backends/__init__.py index 48f6320..1ce28c5 100644 --- a/social_auth/backends/__init__.py +++ b/social_auth/backends/__init__.py @@ -210,7 +210,7 @@ class OAuthBackend(SocialAuthBackend): EXTRA_DATA = None def get_user_id(self, details, response): - "OAuth providers return an unique user id in response""" + """OAuth providers return an unique user id in response""" return response['id'] def extra_data(self, user, uid, response, details):