Skip to content

Commit 0587082

Browse files
author
Chris Rossi
authored
Fix typo, correct issue # (#288)
1 parent 615f9a1 commit 0587082

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-ndb/google/cloud/ndb

1 file changed

+1
-1
lines changed

packages/google-cloud-ndb/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)