Skip to content

Commit 1631019

Browse files
denialhaagmiss-islington
authored andcommitted
Fix typo in traceback docs (pythonGH-127884)
(cherry picked from commit 0cbc19d) Co-authored-by: Daniel Haag <[email protected]>
1 parent d68c941 commit 1631019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/traceback.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Module-Level Functions
270270
:class:`!TracebackException` objects are created from actual exceptions to
271271
capture data for later printing. They offer a more lightweight method of
272272
storing this information by avoiding holding references to
273-
:ref:`traceback<traceback-objects>` and :ref:`frame<frame-objects>` objects
273+
:ref:`traceback<traceback-objects>` and :ref:`frame<frame-objects>` objects.
274274
In addition, they expose more options to configure the output compared to
275275
the module-level functions described above.
276276

0 commit comments

Comments
 (0)