Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: correct semantics of 'complete_key' arg to 'Client.reserve_ids' (
…#36)

Co-authored-by: Tres Seaver <tseaver@palladion.com>
  • Loading branch information
aawilson and tseaver committed Aug 5, 2020
1 parent 79311a1 commit 50ed945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/datastore/client.py
Expand Up @@ -667,7 +667,7 @@ def reserve_ids(self, complete_key, num_ids):
"""Reserve a list of IDs from a complete key.
:type complete_key: :class:`google.cloud.datastore.key.Key`
:param complete_key: Partial key to use as base for reserved IDs.
:param complete_key: Complete key to use as base for reserved IDs.
:type num_ids: int
:param num_ids: The number of IDs to reserve.
Expand Down

0 comments on commit 50ed945

Please sign in to comment.