Skip to content

Commit e8b9347

Browse files
authored
remove whitelist replace with allowlist (#4050)
1 parent bc2518d commit e8b9347

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appengine/flexible/memcache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ to do so is to use a Bitnami click-to-deploy:
1717

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

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

2323
https://cloud.google.com/appengine/docs/flexible/python/upgrading#memcache_service

translate/cloud-client/snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def translate_text_with_model(target, text, model='nmt'):
7676
# [START translate_text_with_model]
7777
"""Translates text into the target language.
7878
79-
Make sure your project is whitelisted.
79+
Make sure your project is allowlisted.
8080
8181
Target must be an ISO 639-1 language code.
8282
See https://g.co/cloud/translate/v2/translate-reference#supported_languages

0 commit comments

Comments
 (0)