We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a8515 commit 62ea333Copy full SHA for 62ea333
Lib/test/test_functools.py
@@ -3337,7 +3337,7 @@ def d(self, arg):
3337
with self.assertRaisesRegex(TypeError, no_positional_re % "function"):
3338
@d.register
3339
def _() -> None:
3340
- """I am not a incorrect method."""
+ """I am an incorrect method."""
3341
return 42
3342
3343
0 commit comments