(original) (raw)

changeset: 69419:ce804653c752 branch: 3.2 parent: 69413:76fb918f98dd parent: 69418:6e090d78857c user: Ezio Melotti date: Mon Apr 18 10:14:13 2011 +0300 files: Doc/c-api/init.rst description: #11865: Merge with 3.1. diff -r 76fb918f98dd -r ce804653c752 Doc/c-api/init.rst --- a/Doc/c-api/init.rst Sun Apr 17 19:47:24 2011 -0700 +++ b/Doc/c-api/init.rst Mon Apr 18 10:14:13 2011 +0300 @@ -908,7 +908,7 @@ main thread where it has possession of the global interpreter lock and can perform any Python API calls. -.. c:function:: void Py_AddPendingCall( int (*func)(void *, void *arg) ) +.. c:function:: void Py_AddPendingCall(int (*func)(void *), void *arg) .. index:: single: Py_AddPendingCall()