Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use correct Sphinx role.
Addresses:
#501 (comment)
  • Loading branch information
tseaver committed Jan 7, 2015
commit eead3e1de23fecaf96a4c5a5c486c4939d6de174
2 changes: 1 addition & 1 deletion gcloud/datastore/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Entity(dict):
This means you could take an existing entity and change the key
to duplicate the object.

Use :func:`gcloud.datastore.key.Key.get` to retrieve an existing entity.
Use :metho:`gcloud.datastore.key.Key.get` to retrieve an existing entity.

>>> key.get()
<Entity[{'kind': 'EntityKind', id: 1234}] {'property': 'value'}>
Expand Down