Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Doc/whatsnew/3.12.rst
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
pablogsal and hugovk authored Nov 7, 2022
commit cd78f7a16e3efb87540e9ca01e180051e9ea0d9d
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Improved Error Messages

* Modules from the standard library are now potentially suggested as part of
the error messages displayed by the interpreter when a :exc:`NameError` is
raised to the top level. Contrubuted by Pablo Galindo in :gh:`98254`.
raised to the top level. Contributed by Pablo Galindo in :gh:`98254`.

>>> sys.version_info
Traceback (most recent call last):
Expand Down