mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #27125: Merge typo fixes from 3.5
This commit is contained in:
commit
e514093a2f
17 changed files with 20 additions and 21 deletions
|
|
@ -129,7 +129,7 @@ which export an initialization function), or compiled-in modules
|
|||
(where the initialization function is added using :c:func:`PyImport_AppendInittab`).
|
||||
See :ref:`building` or :ref:`extending-with-embedding` for details.
|
||||
|
||||
The initialization function can either pass pass a module definition instance
|
||||
The initialization function can either pass a module definition instance
|
||||
to :c:func:`PyModule_Create`, and return the resulting module object,
|
||||
or request "multi-phase initialization" by returning the definition struct itself.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue