Skip to content

Commit 42b8d5f

Browse files
colesburyvstinner
andauthored
Update Doc/c-api/init.rst
Co-authored-by: Victor Stinner <[email protected]>
1 parent 1a33205 commit 42b8d5f

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
@@ -2293,7 +2293,7 @@ The C-API provides a basic mutual exclusion lock.
22932293
22942294
.. c:function:: int PyMutex_IsLocked(PyMutex *m)
22952295
2296-
Returns one if the mutex *m* is currently locked, zero otherwise.
2296+
Returns non-zero if the mutex *m* is currently locked, zero otherwise.
22972297
22982298
.. note::
22992299

0 commit comments

Comments
 (0)