We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac307f commit 0cbc19dCopy full SHA for 0cbc19d
Doc/library/traceback.rst
@@ -274,7 +274,7 @@ Module-Level Functions
274
:class:`!TracebackException` objects are created from actual exceptions to
275
capture data for later printing. They offer a more lightweight method of
276
storing this information by avoiding holding references to
277
-:ref:`traceback<traceback-objects>` and :ref:`frame<frame-objects>` objects
+:ref:`traceback<traceback-objects>` and :ref:`frame<frame-objects>` objects.
278
In addition, they expose more options to configure the output compared to
279
the module-level functions described above.
280
0 commit comments