Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jan 7, 2015
1 parent 29fc87f commit 691dd8d
Showing 1 changed file with 1 addition and 1 deletion.
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 :metho:`gcloud.datastore.key.Key.get` to retrieve an existing entity.
Use :method:`gcloud.datastore.key.Key.get` to retrieve an existing entity.
>>> key.get()
<Entity[{'kind': 'EntityKind', id: 1234}] {'property': 'value'}>
Expand Down

0 comments on commit 691dd8d

Please sign in to comment.