Skip to content

Commit 469fc66

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

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
@@ -577,7 +577,7 @@ def assert_value_of_type(value: Any, check_type: Union[type, Collection[type]])
577577
value (Any):
578578
The value to check.
579579
check_type (Union[type, Collection[type]]):
580-
The type or tuple of types to check against.
580+
The type or Collection of types to check against.
581581
582582
Raises:
583583
(TypeError):

0 commit comments

Comments
 (0)