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 5fcb0c4 commit 0e0555eCopy full SHA for 0e0555e
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-06-26-20-37-22.gh-issue-152315.iVS7u5.rst
@@ -1,3 +1,3 @@
1
-Improve :exc:`TypeError` messages for instance methods called with too many
2
-positional arguments when the method definition appears to be missing the
3
-``self`` parameter.
+:exc:`TypeError` messages for some instance methods called with too many
+positional arguments now suggest checking whether the method definition is
+missing the ``self`` parameter.
0 commit comments