Fix typo in traceback docs (#127884)

This commit is contained in:
Daniel Haag
2024-12-12 22:43:44 +01:00
committed by GitHub
parent 8ac307f0d6
commit 0cbc19d59e

View File

@@ -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.