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
Next Next commit
whitespace
  • Loading branch information
iritkatriel committed Aug 13, 2022
commit c64a0476b1c04d853b9cd4d193a32219cc5a673b
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ PEP 678: Exceptions can be enriched with notes
The :meth:`add_note` method was added to :exc:`BaseException`. It can be
used to enrich exceptions with context information which is not available
at the time when the exception is raised. The notes added appear in the
default traceback. See :pep:`678` for more details. (Contributed by
default traceback. See :pep:`678` for more details. (Contributed by
Irit Katriel in :issue:`45607`.)


Expand Down