Skip to content

Commit d487a03

Browse files
chrimahoCopilot
andauthored
Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7eb6a37 commit d487a03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/toolbox_python/checkers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def is_any_values_of_type(values: Collection[Any], check_type: Union[type, Colle
258258
values (Collection[Any]):
259259
The iterable containing values to check.
260260
check_type (Union[type, Collection[type]]):
261-
The type or Sequence of types to check against.
261+
The type or Collection of types to check against.
262262
263263
Returns:
264264
(bool):

0 commit comments

Comments
 (0)