Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix a mistaken ID description #943

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
docs: fix a mistaken ID description
  • Loading branch information
lkk7 committed Feb 8, 2024
commit 6b0c84ee8497ebd3ddc44b2ffa95c4b6f632177f
2 changes: 1 addition & 1 deletion google/cloud/ndb/key.py
Original file line number Diff line number Diff line change
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