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 2916f83 commit 9081ea4Copy full SHA for 9081ea4
Doc/library/traceback.rst
@@ -263,7 +263,7 @@ Module-Level Functions
263
:class:`!TracebackException` objects are created from actual exceptions to
264
capture data for later printing. They offer a more lightweight method of
265
storing this information by avoiding holding references to
266
-:ref:`traceback<traceback-objects>` and :ref:`frame<frame-objects>` objects
+:ref:`traceback<traceback-objects>` and :ref:`frame<frame-objects>` objects.
267
In addition, they expose more options to configure the output compared to
268
the module-level functions described above.
269
0 commit comments