Skip to content

Commit 8e5426f

Browse files
authored
docs: fix a mistaken ID description (#943)
1 parent 4ca2e3c commit 8e5426f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-ndb/google/cloud/ndb

packages/google-cloud-ndb/google/cloud/ndb/key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ def string_id(self):
636636
return self._key.name
637637

638638
def integer_id(self):
639-
"""The string ID in the last ``(kind, id)`` pair, if any.
639+
"""The integer ID in the last ``(kind, id)`` pair, if any.
640640
641641
.. doctest:: key-integer-id
642642

0 commit comments

Comments
 (0)