Skip to content

Commit d4dde72

Browse files
committed
-
1 parent f7b78b2 commit d4dde72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_python_toolbox/test_caching/test_cache.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ def f(): pass
134134

135135
with cute_testing.RaiseAssertor(
136136
TypeError,
137-
'It seems that you forgot to add parentheses after `@cache` when '
138-
'decorating the `f` function.'
137+
'It seems that you forgot to add parentheses after @cache when '
138+
'decorating the f function.'
139139
):
140140

141141
confusedly_forget_parentheses()

0 commit comments

Comments
 (0)