Skip to content

Commit cec0184

Browse files
blueyedDinoV
authored andcommitted
Doc/c-api/exceptions.rst: fix grammar (#12091)
* Doc/c-api/exceptions.rst: fix grammar skip issue skip news * Use ", in that case" Co-Authored-By: blueyed <[email protected]>
1 parent 6b95149 commit cec0184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/exceptions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ Printing and clearing
5353
.. c:function:: void PyErr_PrintEx(int set_sys_last_vars)
5454
5555
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
56+
**Unless** the error is a ``SystemExit``, in that case no traceback is
57+
printed and the Python process will exit with the error code specified by
5858
the ``SystemExit`` instance.
5959
6060
Call this function **only** when the error indicator is set. Otherwise it

0 commit comments

Comments
 (0)