We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01650df commit b1546e5Copy full SHA for b1546e5
Doc/whatsnew/3.12.rst
@@ -79,7 +79,7 @@ Improved Error Messages
79
Now if a :exc:`NameError` is raised in a method and the instance has an
80
attribute that's exactly equal to the name in the exception, the suggestion
81
will include ``self.<NAME>`` instead of the closest match in the method
82
- scope. Controbuted by Pablo Galindo in :gh:`99139`.
+ scope. Contributed by Pablo Galindo in :gh:`99139`.
83
84
>>> class A:
85
... def __init__(self):
0 commit comments