From: Mariatta Date: Sun, 26 Feb 2017 21:30:44 +0000 (-0800) Subject: bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326) X-Git-Tag: v3.6.1rc1~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e4897a2fb91e49f131a42ed6de88b5185f7dea8;p=python bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326) (cherry picked from commit 1f5639c77f736c18fb5a85b4a1850121e25c788e) --- diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst index 484457a8a5..4dbd9d88c3 100644 --- a/Doc/reference/import.rst +++ b/Doc/reference/import.rst @@ -468,7 +468,7 @@ import machinery will create the new module itself. .. versionchanged:: 3.6 An :exc:`ImportError` is raised when ``exec_module()`` is defined but - ``create_module`` is not. + ``create_module()`` is not. Submodules ----------