mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
fix function name
This commit is contained in:
parent
4c93dcbbef
commit
7c43524d3c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue