Skip to content

Commit 4b4f760

Browse files
committed
-
1 parent c11fd49 commit 4b4f760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_python_toolbox/test_monkeypatching_tools/test_monkeypatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def f(): pass
127127
with cute_testing.RaiseAssertor(
128128
TypeError,
129129
'It seems that you forgot to add parentheses after '
130-
'`@monkeypatch` when decorating the `f` function.'
130+
'@monkeypatch when decorating the f function.'
131131
):
132132

133133
confusedly_forget_parentheses()

0 commit comments

Comments
 (0)