Skip to content

Commit 81b4053

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

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
@@ -136,7 +136,7 @@ def is_value_of_type(value: Any, check_type: Union[type, Collection[type]]) -> b
136136
value (Any):
137137
The value to check.
138138
check_type (Union[type, Collection[type]]):
139-
The type or Sequence of types to check against.
139+
The type or Collection of types to check against.
140140
141141
Returns:
142142
(bool):

0 commit comments

Comments
 (0)