We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5b1b1 commit eaa125fCopy full SHA for eaa125f
Doc/c-api/init.rst
@@ -1511,7 +1511,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
1511
:c:func:`PyThreadState_Release`.
1512
1513
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
+ call. Releasing the obtained *state* via :c:func:`PyGILState_Release` must
1515
only be done in the case of success.
1516
1517
.. versionadded:: next
0 commit comments