Skip to content

Commit ee2dcac

Browse files
Update Doc/c-api/import.rst
1 parent bcd68ec commit ee2dcac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/import.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ Importing Modules
316316
317317
.. c:var:: struct _inittab *PyImport_Inittab
318318
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`
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`
321321
instead.
322322
323323

0 commit comments

Comments
 (0)