mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
[3.13] Fix typo in traceback docs (GH-127884) (#127890)
Co-authored-by: Daniel Haag <121057143+denialhaag@users.noreply.github.com>
This commit is contained in:
parent
d68c9416cf
commit
d3d478eff1
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ Module-Level Functions
|
||||||
:class:`!TracebackException` objects are created from actual exceptions to
|
:class:`!TracebackException` objects are created from actual exceptions to
|
||||||
capture data for later printing. They offer a more lightweight method of
|
capture data for later printing. They offer a more lightweight method of
|
||||||
storing this information by avoiding holding references to
|
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
|
In addition, they expose more options to configure the output compared to
|
||||||
the module-level functions described above.
|
the module-level functions described above.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue