Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Sulla committed Oct 13, 2024
1 parent 8d813f5 commit da1e1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __len__(self):
return len(self._dict)


def print_info(klass, iterations, func: Union[Callable | str]):
def print_info(klass, iterations, func: Union[Callable, str]):
try:
name = func.__name__
except AttributeError:
Expand Down

0 comments on commit da1e1dc

Please sign in to comment.