]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in traceback docs (#127884)
authorDaniel Haag <121057143+denialhaag@users.noreply.github.com>
Thu, 12 Dec 2024 21:43:44 +0000 (22:43 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Dec 2024 21:43:44 +0000 (21:43 +0000)
Doc/library/traceback.rst

index 4899ed64ebad8d5c15988dc0826c9d39dc4d64dd..b0ee3fc56ad7352f8f8976eed5bf512038edf553 100644 (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.