From 77173a7f96788bcfd540c4cd33e3fb92a8504255 Mon Sep 17 00:00:00 2001 From: Daniel Hepper Date: Mon, 19 Mar 2012 15:35:55 +0100 Subject: [PATCH] Fixed typo. --- social_auth/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ -- 2.39.5