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 5dc33ee commit 46ce759Copy full SHA for 46ce759
Doc/reference/import.rst
@@ -431,7 +431,7 @@ on the module object. If the method returns ``None``, the
431
import machinery will create the new module itself.
432
433
.. versionadded:: 3.4
434
- The create_module() method of loaders.
+ The :meth:`~importlib.abc.Loader.create_module` method of loaders.
435
436
.. versionchanged:: 3.4
437
The :meth:`~importlib.abc.Loader.load_module` method was replaced by
0 commit comments