Skip to content

Commit b1546e5

Browse files
Update Doc/whatsnew/3.12.rst
Co-authored-by: Ammar Askar <[email protected]>
1 parent 01650df commit b1546e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.12.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Improved Error Messages
7979
Now if a :exc:`NameError` is raised in a method and the instance has an
8080
attribute that's exactly equal to the name in the exception, the suggestion
8181
will include ``self.<NAME>`` instead of the closest match in the method
82-
scope. Controbuted by Pablo Galindo in :gh:`99139`.
82+
scope. Contributed by Pablo Galindo in :gh:`99139`.
8383

8484
>>> class A:
8585
... def __init__(self):

0 commit comments

Comments
 (0)