Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 89076f0

Browse files
author
Chris Rossi
authored
Fix typo, correct issue # (#288)
1 parent 779411b commit 89076f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/ndb/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1699,7 +1699,7 @@ def _validate(self, value):
16991699
# KeyProperty's base type. (Probably ComputedProperty should take
17001700
# another property type as a constructor argument for this purpose,
17011701
# but that wasn't part of the original design and adding it introduces
1702-
# backwards compatibility issues.) See: Issue #184
1702+
# backwards compatibility issues.) See: Issue #284
17031703
if isinstance(value, key_module.Key):
17041704
value = value._key # Datastore key
17051705

0 commit comments

Comments
 (0)