Skip to content

Commit

Permalink
bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-315
Browse files Browse the repository at this point in the history
)

(cherry picked from commit 46ce759)
  • Loading branch information
Mariatta committed Feb 26, 2017
1 parent 7963bed commit 63ed9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/reference/import.rst
Expand Up @@ -431,7 +431,7 @@ on the module object. If the method returns ``None``, the
import machinery will create the new module itself.

.. versionadded:: 3.4
The create_module() method of loaders.
The :meth:`~importlib.abc.Loader.create_module` method of loaders.

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

0 comments on commit 63ed9bc

Please sign in to comment.