[docs] [issue11865] typo in Py_AddPendingCall document

Zhiping Deng report at bugs.python.org
Mon Apr 18 08:51:14 CEST 2011


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>
_______________________________________


More information about the docs mailing list