Skip to content

Commit 30bc696

Browse files
Update Doc/c-api/import.rst
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent ee2dcac commit 30bc696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/import.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Importing Modules
317317
.. c:var:: struct _inittab *PyImport_Inittab
318318
319319
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`
320+
use :c:func:`PyImport_AppendInittab` and :c:func:`PyImport_ExtendInittab`
321321
instead.
322322
323323

0 commit comments

Comments
 (0)