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 7963bed commit 63ed9bcCopy full SHA for 63ed9bc
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