Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrespoae committed May 20, 2024
1 parent 00d29ba commit cd32302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tempit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def print_verbose_common_parts(func: Callable, *args: Tuple, **kwargs: Dict) ->
None
"""
print(f"Function name: {func.__name__}")
print(f"\tFuncion object: {func}")
print(f'"Function object: {func}')
print(f"\tArgs: {args}")
print(f"\tKwargs: {kwargs}")

Expand Down

0 comments on commit cd32302

Please sign in to comment.