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 de606ea commit 9936371Copy full SHA for 9936371
Doc/library/sys.rst
@@ -345,7 +345,7 @@ always available.
345
``(type, value, traceback)``. Their meaning is: *type* gets the type of the
346
exception being handled (a subclass of :exc:`BaseException`); *value* gets
347
the exception instance (an instance of the exception type); *traceback* gets
348
- a traceback object (see the Reference Manual) which encapsulates the call
+ a :ref:`traceback object <traceback-objects>` which encapsulates the call
349
stack at the point where the exception originally occurred.
350
351
0 commit comments