New submission from Zhiping Deng <kofreestyler at gmail.com>: http://docs.python.org/c-api/init.html?highlight=py_addpendingcall#Py_AddPendingCall void Py_AddPendingCall(int (*func)(void *, void *arg)) which should be void Py_AddPendingCall(int (*func)(void *), void *arg) ---------- assignee: docs at python components: Documentation messages: 133953 nosy: Zhiping.Deng, docs at python priority: normal severity: normal status: open title: typo in Py_AddPendingCall document versions: Python 2.7 _______________________________________ Python tracker <report at bugs.python.org> <http://bugs.python.org/issue11865> _______________________________________