From f8429e2142f96b30221119a3542030161f0c8c9e Mon Sep 17 00:00:00 2001 From: Jeffrey Sorensen Date: Mon, 14 Mar 2016 13:43:41 -0400 Subject: [PATCH] Fix typo of oauth2 Comments only change. --- oauth2client/contrib/appengine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.