8000 bpo-36270: Doc: add link to traceback object reference (GH-13119) · python/cpython@9936371 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9936371

Browse files
bjoernmeierJulienPalard
authored andcommitted
bpo-36270: Doc: add link to traceback object reference (GH-13119)
1 parent de606ea commit 9936371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ always available.
345345
``(type, value, traceback)``. Their meaning is: *type* gets the type of the
346346
exception being handled (a subclass of :exc:`BaseException`); *value* gets
347347
the exception instance (an instance of the exception type); *traceback* gets
348-
a traceback object (see the Reference Manual) which encapsulates the call
348+
a :ref:`traceback object <traceback-objects>` which encapsulates the call
349349
stack at the point where the exception originally occurred.
350350

351351

0 commit comments

Comments
 (0)
0