Commit 7c43524d authored by Benjamin Peterson's avatar Benjamin Peterson

fix function name

parent 4c93dcbb
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment