Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
Merged
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 google/cloud/_helpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def _ensure_tuple_or_list(arg_name, tuple_or_list):
"""Ensures an input is a tuple or list.

This effectively reduces the iterable types allowed to a very short
whitelist: list and tuple.
allowlist: list and tuple.

:type arg_name: str
:param arg_name: Name of argument to use in error message.
Expand Down