Skip to content

Commit d7d73f1

Browse files
committed
Fix typo
1 parent 512d560 commit d7d73f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/toolbox_python/checkers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ def assert_all_values_of_type(values: Collection[Any], check_type: Union[type, C
666666
values (Collection[Any]):
667667
The iterable containing values to check.
668668
check_type (Union[type, Collection[type]]):
669-
The type or tuple of types to check against.
669+
The type or Collection of types to check against.
670670
671671
Raises:
672672
(TypeError):
@@ -760,7 +760,7 @@ def assert_any_values_of_type(values: Collection[Any], check_type: Union[type, C
760760
values (Collection[Any]):
761761
The iterable containing values to check.
762762
check_type (Union[type, Collection[type]]):
763-
The type or tuple of types to check against.
763+
The type or Collection of types to check against.
764764
765765
Raises:
766766
(TypeError):

0 commit comments

Comments
 (0)