diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/extending/extending.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/extending/extending.rst b/Doc/extending/extending.rst index ed86073..b035d94 100644 --- a/Doc/extending/extending.rst +++ b/Doc/extending/extending.rst @@ -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; |