Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c43524

Browse files
committed
fix function name
1 parent 4c93dcb commit 7c43524

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/extending/extending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ All that a client module must do in order to have access to the function
12621262
:cfunc:`import_spam` in its initialization function::
12631263

12641264
PyMODINIT_FUNC
1265-
initclient(void)
1265+
PyInit_client(void)
12661266
{
12671267
PyObject *m;
12681268

0 commit comments

Comments
 (0)