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

Doc/reference/import.rst

index 5e2c1c8b0758d83183308bb823becdb8e5915d8c..b603d1f978a7a657c954708982b9d8755c915214 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