]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Fix typo in traceback docs (GH-127884) (#127891)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 12 Dec 2024 21:54:23 +0000 (22:54 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Dec 2024 21:54:23 +0000 (21:54 +0000)
Co-authored-by: Daniel Haag <121057143+denialhaag@users.noreply.github.com>
Doc/library/traceback.rst

index 07960e4b1042d4fdf97a52bae1daf25be4ec36a7..0a2b9c5cfb10c40786034f8fd89febe6dd0d14e5 100644 (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.