We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b95149 commit cec0184Copy full SHA for cec0184
Doc/c-api/exceptions.rst
@@ -53,8 +53,8 @@ Printing and clearing
53
.. c:function:: void PyErr_PrintEx(int set_sys_last_vars)
54
55
Print a standard traceback to ``sys.stderr`` and clear the error indicator.
56
- **Unless** the error is a ``SystemExit``. In that case the no traceback
57
- is printed and Python process will exit with the error code specified by
+ **Unless** the error is a ``SystemExit``, in that case no traceback is
+ printed and the Python process will exit with the error code specified by
58
the ``SystemExit`` instance.
59
60
Call this function **only** when the error indicator is set. Otherwise it
0 commit comments