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

Skip to content

Commit 340bb95

Browse files
committed
#11865: fix typo in init.rst.
1 parent 2876a8c commit 340bb95

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
@@ -892,7 +892,7 @@ a worker thread and the actual call than made at the earliest convenience by the
892892
main thread where it has possession of the global interpreter lock and can
893893
perform any Python API calls.
894894

895-
.. cfunction:: void Py_AddPendingCall( int (*func)(void *, void *arg) )
895+
.. cfunction:: void Py_AddPendingCall(int (*func)(void *), void *arg)
896896

897897
.. index:: single: Py_AddPendingCall()
898898

0 commit comments

Comments
 (0)