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
backticks in doc
  • Loading branch information
iritkatriel committed Dec 1, 2021
commit 12ba64ef3a92d6f2a875c067a5ee8dceb515f800
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 ``None`` by default and can be set to a string.
If it is not ``None``, it is included in the traceback. This field can
Comment thread
iritkatriel marked this conversation as resolved.
Outdated
be used to enrich exceptions after they have been caught.

.. versionadded:: 3.11
Expand Down