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
rst formatting
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
  • Loading branch information
iritkatriel and Erlend Egeberg Aasland authored Dec 2, 2021
commit ea1b40a8af70c4a409a045b412e33e550f08035c
4 changes: 2 additions & 2 deletions Doc/library/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ The following exceptions are used mostly as base classes for other exceptions.

.. attribute:: __note__

A mutable field which is ``None`` by default and can be set to a string.
If it is not ``None``, it is included in the traceback. This field can
A mutable field which is :const:`None` by default and can be set to a string.
If it is not :const:`None`, it is included in the traceback. This field can
be used to enrich exceptions after they have been caught.

.. versionadded:: 3.11
Expand Down