Fixed bug with nested resources
diff --git a/apiclient/ext/appengine.py b/apiclient/ext/appengine.py
index ead4d29..232d4ea 100644
--- a/apiclient/ext/appengine.py
+++ b/apiclient/ext/appengine.py
@@ -106,7 +106,7 @@
Args:
model: db.Model, model class
key_name: string, key name for the entity that has the credentials
- property_name: string, name of the property that is an CredentialsProperty
+ property_name: string, name of the property that is a CredentialsProperty
"""
self.model = model
self.key_name = key_name