Skip to content

Commit

Permalink
[3.12] Fix typo in traceback docs (pythonGH-127884) (python#127891)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Haag <[email protected]>
  • Loading branch information
miss-islington and denialhaag authored Dec 12, 2024
1 parent 2916f83 commit 9081ea4
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 @@ -263,7 +263,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 9081ea4

Please sign in to comment.