From 46ce7599af82a929506baeaaee5c149970440c4c Mon Sep 17 00:00:00 2001 From: Marco Buttu Date: Sun, 26 Feb 2017 16:14:45 +0100 Subject: bpo-29648: import.rst: Add reference to create_module() (GH-290) Add a reference to create_module(), in the first versionadded of section Loaders. --- Doc/reference/import.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst index 5e2c1c8..b603d1f 100644 --- a/Doc/reference/import.rst +++ b/Doc/reference/import.rst @@ -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 -- cgit v0.12