Skip to content

Commit 62ea333

Browse files
authored
Apply suggestion from @johnslavik
1 parent 97a8515 commit 62ea333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_functools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3337,7 +3337,7 @@ def d(self, arg):
33373337
with self.assertRaisesRegex(TypeError, no_positional_re % "function"):
33383338
@d.register
33393339
def _() -> None:
3340-
"""I am not a incorrect method."""
3340+
"""I am an incorrect method."""
33413341
return 42
33423342

33433343
with self.assertRaisesRegex(TypeError, no_positional_re % "function"):

0 commit comments

Comments
 (0)