We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf7c19 commit c37d920Copy full SHA for c37d920
python_toolbox/decorator_tools.py
@@ -54,7 +54,7 @@ def inner(*args, **kwargs):
54
decorator_builder_name = decorator_builder.__name__
55
raise TypeError(
56
f'It seems that you forgot to add parentheses after '
57
- f'@{decorator_builder_name} when decorating the
+ f'@{decorator_builder_name} when decorating the '
58
f'{function_name} function.'
59
)
60
else:
0 commit comments