From: Daniel Hepper Date: Mon, 19 Mar 2012 14:35:55 +0000 (+0100) Subject: Fixed typo. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=77173a7f96788bcfd540c4cd33e3fb92a8504255;p=django-social-auth.git Fixed typo. --- diff --git a/social_auth/models.py b/social_auth/models.py index 91db50d..f86cd09 100644 --- a/social_auth/models.py +++ b/social_auth/models.py @@ -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. """