Skip to content

Commit

Permalink
chore: Fix typo in key.py (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwhogg authored Feb 17, 2023
1 parent 5de1b25 commit 1624d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/ndb/key.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
_APP_ID_DEFAULT = "_"
_WRONG_TYPE = "Cannot construct Key reference on non-Key class; received {!r}"
_REFERENCE_APP_MISMATCH = (
"Key reference constructed uses a different app {!r} than " "the one specified {!r}"
"Key reference constructed uses a different app {!r} than the one specified {!r}"
)
_REFERENCE_NAMESPACE_MISMATCH = (
"Key reference constructed uses a different namespace {!r} than "
Expand Down

0 comments on commit 1624d44

Please sign in to comment.