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 ce5c60a commit 816023dCopy full SHA for 816023d
Doc/c-api/import.rst
@@ -346,7 +346,7 @@ Importing Modules
346
the same as for :c:func:`PyImport_AppendInittab`.
347
348
On success, create and return a module object.
349
- This module will not be initialized; call :c:func:`!PyModule_Exec`
+ This module will not be initialized; call :c:func:`PyModule_Exec`
350
to initialize it.
351
(Custom importers should do this in their
352
:py:meth:`~importlib.abc.Loader.exec_module` method.)
0 commit comments