There was an error while loading. Please reload this page.
1 parent 9b1d491 commit 95039a6Copy full SHA for 95039a6
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