Skip to content

Commit

Permalink
docs: fix a mistaken ID description (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkk7 committed Feb 9, 2024
1 parent 3cb2755 commit 5103813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/ndb/key.py
Expand Up @@ -636,7 +636,7 @@ def string_id(self):
return self._key.name

def integer_id(self):
"""The string ID in the last ``(kind, id)`` pair, if any.
"""The integer ID in the last ``(kind, id)`` pair, if any.
.. doctest:: key-integer-id
Expand Down

0 comments on commit 5103813

Please sign in to comment.