Skip to content

Commit 0e0555e

Browse files
committed
gh-152315: Align missing self docs wording
1 parent 5fcb0c4 commit 0e0555e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
1+
:exc:`TypeError` messages for some instance methods called with too many
2+
positional arguments now suggest checking whether the method definition is
3+
missing the ``self`` parameter.

0 commit comments

Comments
 (0)