aboutsummaryrefslogtreecommitdiff
path: root/oauth2client
diff options
context:
space:
mode:
authorJeffrey Sorensen <sorensenjs@users.noreply.github.com>2016-03-14 13:43:41 -0400
committerJeffrey Sorensen <sorensenjs@users.noreply.github.com>2016-03-14 13:43:41 -0400
commitf8429e2142f96b30221119a3542030161f0c8c9e (patch)
tree8602bcb08395cfea284ddcfc5f075fc186305c33 /oauth2client
parent20dcfe2d9bd9527619454a49d26c5ee392f6edbf (diff)
downloadoauth2client-f8429e2142f96b30221119a3542030161f0c8c9e.tar.gz
Fix typo of oauth2
Comments only change.
Diffstat (limited to 'oauth2client')
-rw-r--r--oauth2client/contrib/appengine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauth2client/contrib/appengine.py b/oauth2client/contrib/appengine.py
index a8b7163..308aa09 100644
--- a/oauth2client/contrib/appengine.py
+++ b/oauth2client/contrib/appengine.py
@@ -273,7 +273,7 @@ class CredentialsProperty(db.Property):
"""App Engine datastore Property for Credentials.
Utility property that allows easy storage and retrieval of
- oath2client.Credentials
+ oauth2client.Credentials
"""
# Tell what the user type is.