From 0eeb065934756ec09ae6e0843db3f62856a7ffb0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Sat, 14 Apr 2012 21:59:06 -0300 Subject: [PATCH] Docstring fix --- social_auth/backends/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.39.5