Skip to content

Commit eaa125f

Browse files
committed
should => must
1 parent af5b1b1 commit eaa125f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/init.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
15111511
:c:func:`PyThreadState_Release`.
15121512
15131513
In the case of failure, it is *unsafe* to use the Python API following the
1514-
call. Releasing the obtained *state* via :c:func:`PyGILState_Release` should
1514+
call. Releasing the obtained *state* via :c:func:`PyGILState_Release` must
15151515
only be done in the case of success.
15161516
15171517
.. versionadded:: next

0 commit comments

Comments
 (0)