Skip to content

Commit 46ce759

Browse files
marco-buttuMariatta
authored andcommitted
bpo-29648: import.rst: Add reference to create_module() (GH-290)
Add a reference to create_module(), in the first versionadded of section Loaders.
1 parent 5dc33ee commit 46ce759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/import.rst

Lines changed: 1 addition & 1 deletion
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)