Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74c0031

Browse files
author
Ezio Melotti
committed
#11865: Merge with 3.1.
2 parents c15d9e7 + 340bb95 commit 74c0031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/init.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ a worker thread and the actual call than made at the earliest convenience by the
908908
main thread where it has possession of the global interpreter lock and can
909909
perform any Python API calls.
910910
911-
.. c:function:: void Py_AddPendingCall( int (*func)(void *, void *arg) )
911+
.. c:function:: void Py_AddPendingCall(int (*func)(void *), void *arg)
912912
913913
.. index:: single: Py_AddPendingCall()
914914

0 commit comments

Comments
 (0)