Skip to content

Commit 63ed9bc

Browse files
authored
bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-315)
(cherry picked from commit 46ce759)
1 parent 7963bed commit 63ed9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Doc/reference/import.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ on the module object. If the method returns ``None``, the
431431
import machinery will create the new module itself.
432432

433433
.. versionadded:: 3.4
434-
The create_module() method of loaders.
434+
The :meth:`~importlib.abc.Loader.create_module` method of loaders.
435435

436436
.. versionchanged:: 3.4
437437
The :meth:`~importlib.abc.Loader.load_module` method was replaced by

0 commit comments

Comments
 (0)