10000 docs: correct semantics of 'complete_key' arg to 'Client.reserve_ids'… · googleapis/python-datastore@50ed945 · GitHub
[go: up one dir, main page]

Skip to content

Commit 50ed945

Browse files
aawilsontseaver
andauthored
docs: correct semantics of 'complete_key' arg to 'Client.reserve_ids' (#36)
Co-authored-by: Tres Seaver <tseaver@palladion.com>
1 parent 79311a1 commit 50ed945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/datastore/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ def reserve_ids(self, complete_key, num_ids):
667667
"""Reserve a list of IDs from a complete key.
668668
669669
:type complete_key: :class:`google.cloud.datastore.key.Key`
670-
:param complete_key: Partial key to use as base for reserved IDs.
670+
:param complete_key: Complete key to use as base for reserved IDs.
671671
672672
:type num_ids: int
673673
:param num_ids: The number of IDs to reserve.

0 commit comments

Comments
 (0)
0