]> git.parisson.com Git - django-social-auth.git/commitdiff
Fixed typo.
authorDaniel Hepper <daniel.hepper@gmail.com>
Mon, 19 Mar 2012 14:35:55 +0000 (15:35 +0100)
committerDaniel Hepper <daniel.hepper@gmail.com>
Mon, 19 Mar 2012 14:35:55 +0000 (15:35 +0100)
social_auth/models.py

index 91db50d1e6d6098676b64d9e6bd06a40e3dcb6b4..f86cd09850b1fe8f46b8922b4251cb91e6108918 100644 (file)
@@ -49,7 +49,7 @@ class UserSocialAuth(models.Model):
             return {}
 
     def expiration_delta(self):
-        """Return saved session expiration seconds if any. Is retuned in
+        """Return saved session expiration seconds if any. Is returned in
         the form of a timedelta data type. None is returned if there's no
         value stored or it's malformed.
         """