From 51038139e45807b3a14346ded702fbe202dcfdf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz?= Date: Fri, 9 Feb 2024 16:59:55 +0100 Subject: [PATCH] docs: fix a mistaken ID description (#943) --- google/cloud/ndb/key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/ndb/key.py b/google/cloud/ndb/key.py index b2919159..04b1c1ff 100644 --- a/google/cloud/ndb/key.py +++ b/google/cloud/ndb/key.py @@ -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