Skip to content

Commit bdb2824

Browse files
chore: update wording to use "allowlist" (#230)
Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent dba08b3 commit bdb2824

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-core/google/cloud/_helpers

1 file changed

+1
-1
lines changed

packages/google-cloud-core/google/cloud/_helpers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def _ensure_tuple_or_list(arg_name, tuple_or_list):
116116
"""Ensures an input is a tuple or list.
117117
118118
This effectively reduces the iterable types allowed to a very short
119-
whitelist: list and tuple.
119+
allowlist: list and tuple.
120120
121121
:type arg_name: str
122122
:param arg_name: Name of argument to use in error message.

0 commit comments

Comments
 (0)