Skip to content

Commit 37928c2

Browse files
author
Chris Rossi
authored
Fix typo in MIGRATION_NOTES.md (#208)
1 parent 08c4c62 commit 37928c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-ndb/MIGRATION_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ client = ndb.Client()
6262
# Assume REDIS_CACHE_URL is set in environment (or not).
6363
# If left unset, this will return `None`, which effectively allows you to turn
6464
# global cache on or off using the environment.
65-
global_cache = ndb.RedisCache().from_environment()
65+
global_cache = ndb.RedisCache.from_environment()
6666
6767
with client.context(global_cache=global_cache) as context:
6868
do_stuff_with_ndb()

0 commit comments

Comments
 (0)