]> granicus.if.org Git - python/commitdiff
bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-315)
authorMariatta <Mariatta@users.noreply.github.com>
Sun, 26 Feb 2017 15:40:03 +0000 (07:40 -0800)
committerGitHub <noreply@github.com>
Sun, 26 Feb 2017 15:40:03 +0000 (07:40 -0800)
(cherry picked from commit 46ce7599af82a929506baeaaee5c149970440c4c)

Doc/reference/import.rst

index 64302b89a847426fa623fdbeee14f95f950c19d6..a981b873923dab73693520a446548c84a6a79d50 100644 (file)
@@ -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