We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2dcac commit 30bc696Copy full SHA for 30bc696
Doc/c-api/import.rst
@@ -317,7 +317,7 @@ Importing Modules
317
.. c:var:: struct _inittab *PyImport_Inittab
318
319
The table of built-in modules used by Python initialization. Do not use this directly;
320
- use :c:func:`PyImport_ExtendInittab` and :c:func:`PyImport_AppendInittab`
+ use :c:func:`PyImport_AppendInittab` and :c:func:`PyImport_ExtendInittab`
321
instead.
322
323
0 commit comments