Skip to content

Commit c37d920

Browse files
committed
-
1 parent ccf7c19 commit c37d920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_toolbox/decorator_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def inner(*args, **kwargs):
5454
decorator_builder_name = decorator_builder.__name__
5555
raise TypeError(
5656
f'It seems that you forgot to add parentheses after '
57-
f'@{decorator_builder_name} when decorating the
57+
f'@{decorator_builder_name} when decorating the '
5858
f'{function_name} function.'
5959
)
6060
else:

0 commit comments

Comments
 (0)