[3.12] Fix typo in traceback docs (GH-127884) (#127891)

Co-authored-by: Daniel Haag <121057143+denialhaag@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-12-12 22:54:23 +01:00 committed by GitHub
parent 2916f838e6
commit 9081ea4135
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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