We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11fd49 commit 4b4f760Copy full SHA for 4b4f760
test_python_toolbox/test_monkeypatching_tools/test_monkeypatch.py
@@ -127,7 +127,7 @@ def f(): pass
127
with cute_testing.RaiseAssertor(
128
TypeError,
129
'It seems that you forgot to add parentheses after '
130
- '`@monkeypatch` when decorating the `f` function.'
+ '@monkeypatch when decorating the f function.'
131
):
132
133
confusedly_forget_parentheses()
0 commit comments