]> granicus.if.org Git - python/commitdiff
#11865: Merge with 3.1.
authorEzio Melotti <none@none>
Mon, 18 Apr 2011 07:14:13 +0000 (10:14 +0300)
committerEzio Melotti <none@none>
Mon, 18 Apr 2011 07:14:13 +0000 (10:14 +0300)
1  2 
Doc/c-api/init.rst

index 623bd7cea3504d68cd07b8c6932cb2a08cf66718,12abf1e9e6b8bfb6fbbb6d25edabf336dc55cd30..535bf12364a0537897f34c9dfc43eb36ecbc1924
@@@ -908,7 -892,7 +908,7 @@@ a worker thread and the actual call tha
  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) )
 -.. cfunction:: void Py_AddPendingCall(int (*func)(void *), void *arg)
++.. c:function:: void Py_AddPendingCall(int (*func)(void *), void *arg)
  
     .. index:: single: Py_AddPendingCall()