Skip to content

Commit

Permalink
Fix typo in traceback docs (#127884)
Browse files Browse the repository at this point in the history
  • Loading branch information
denialhaag authored Dec 12, 2024
1 parent 8ac307f commit 0cbc19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/traceback.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Module-Level Functions
:class:`!TracebackException` objects are created from actual exceptions to
capture data for later printing. They offer a more lightweight method of
storing this information by avoiding holding references to
:ref:`traceback<traceback-objects>` and :ref:`frame<frame-objects>` objects
:ref:`traceback<traceback-objects>` and :ref:`frame<frame-objects>` objects.
In addition, they expose more options to configure the output compared to
the module-level functions described above.

Expand Down

0 comments on commit 0cbc19d

Please sign in to comment.