fix function name

This commit is contained in:
Benjamin Peterson 2009-03-24 01:40:39 +00:00
parent 4c93dcbbef
commit 7c43524d3c

View file

@ -1262,7 +1262,7 @@ All that a client module must do in order to have access to the function
:cfunc:`import_spam` in its initialization function::
PyMODINIT_FUNC
initclient(void)
PyInit_client(void)
{
PyObject *m;