Skip to content

Commit 743f78c

Browse files
committed
Merge pull request #505 from tseaver/fix-docs-bulid-20150107
Typo.
2 parents 29fc87f + 691dd8d commit 743f78c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcloud/datastore/entity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Entity(dict):
4040
This means you could take an existing entity and change the key
4141
to duplicate the object.
4242
43-
Use :metho:`gcloud.datastore.key.Key.get` to retrieve an existing entity.
43+
Use :method:`gcloud.datastore.key.Key.get` to retrieve an existing entity.
4444
4545
>>> key.get()
4646
<Entity[{'kind': 'EntityKind', id: 1234}] {'property': 'value'}>

0 commit comments

Comments
 (0)