| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,7 +40,7 @@ class Entity(dict): | |||
| 40 | 40 | This means you could take an existing entity and change the key | |
| 41 | 41 | to duplicate the object. | |
| 42 | 42 | ||
| 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. | ||
| 44 | 44 | ||
| 45 | 45 | >>> key.get() | |
| 46 | 46 | <Entity[{'kind': 'EntityKind', id: 1234}] {'property': 'value'}> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments