Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/flexible/memcache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ to do so is to use a Bitnami click-to-deploy:

https://bitnami.com/stack/memcached/cloud/google

Built-in Memcache for Flexible environments is currently in a whitelist-only alpha. To have your project whitelisted,
Built-in Memcache for Flexible environments is currently in a allowlist-only alpha. To have your project allowlisted,
see the signup form here:

https://cloud.google.com/appengine/docs/flexible/python/upgrading#memcache_service
Expand Down
2 changes: 1 addition & 1 deletion translate/cloud-client/snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def translate_text_with_model(target, text, model='nmt'):
# [START translate_text_with_model]
"""Translates text into the target language.

Make sure your project is whitelisted.
Make sure your project is allowlisted.

Target must be an ISO 639-1 language code.
See https://g.co/cloud/translate/v2/translate-reference#supported_languages
Expand Down