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 bcd68ec commit ee2dcacCopy full SHA for ee2dcac
Doc/c-api/import.rst
@@ -316,8 +316,8 @@ Importing Modules
316
317
.. c:var:: struct _inittab *PyImport_Inittab
318
319
- The table of built-in modules used by Python. Do not use this directly; use
320
- :c:func:`PyImport_ExtendInittab` and :c:func:`PyImport_AppendInittab`
+ The table of built-in modules used by Python initialization. Do not use this directly;
+ use :c:func:`PyImport_ExtendInittab` and :c:func:`PyImport_AppendInittab`
321
instead.
322
323
0 commit comments