mirror of https://github.com/python/cpython.git
#11865: fix typo in init.rst.
This commit is contained in:
parent
2876a8c272
commit
340bb95ffd
|
@ -892,7 +892,7 @@ a worker thread and the actual call than made at the earliest convenience by the
|
|||
main thread where it has possession of the global interpreter lock and can
|
||||
perform any Python API calls.
|
||||
|
||||
.. cfunction:: void Py_AddPendingCall( int (*func)(void *, void *arg) )
|
||||
.. cfunction:: void Py_AddPendingCall(int (*func)(void *), void *arg)
|
||||
|
||||
.. index:: single: Py_AddPendingCall()
|
||||
|
||||
|
|
Loading…
Reference in New Issue