8000 longer doc · python/cpython@2c4f399 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c4f399

Browse files
committed
longer doc
1 parent 90b2d59 commit 2c4f399

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/c-api/exceptions.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ Printing and clearing
8888
8989
.. c:function: void PyErr_DisplayException(PyObject *exc)
9090
91-
Print the standard traceback of ``exc`` to ``sys.stderr``.
91+
Print the standard traceback display of ``exc`` to ``sys.stderr``, including
92+
chained exceptions and notes.
9293
9394
.. versionadded:: 3.12
9495

0 commit comments

Comments
 (0)
0