Skip to content

Commit

Permalink
longer doc
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel committed Mar 16, 2023
1 parent 90b2d59 commit 2c4f399
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/c-api/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ Printing and clearing
.. c:function: void PyErr_DisplayException(PyObject *exc)
Print the standard traceback of ``exc`` to ``sys.stderr``.
Print the standard traceback display of ``exc`` to ``sys.stderr``, including
chained exceptions and notes.
.. versionadded:: 3.12
Expand Down

0 comments on commit 2c4f399

Please sign in to comment.