We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fc87f commit 691dd8dCopy full SHA for 691dd8d
gcloud/datastore/entity.py
@@ -40,7 +40,7 @@ class Entity(dict):
40
This means you could take an existing entity and change the key
41
to duplicate the object.
42
43
- Use :metho:`gcloud.datastore.key.Key.get` to retrieve an existing entity.
+ Use :method:`gcloud.datastore.key.Key.get` to retrieve an existing entity.
44
45
>>> key.get()
46
<Entity[{'kind': 'EntityKind', id: 1234}] {'property': 'value'}>
0 commit comments