]> granicus.if.org Git - python/commitdiff
bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326)
authorMariatta <Mariatta@users.noreply.github.com>
Sun, 26 Feb 2017 21:30:44 +0000 (13:30 -0800)
committerGitHub <noreply@github.com>
Sun, 26 Feb 2017 21:30:44 +0000 (13:30 -0800)
(cherry picked from commit 1f5639c77f736c18fb5a85b4a1850121e25c788e)

Doc/reference/import.rst

index 484457a8a5bb5cc5dc78123d3f6fe9c0263d1a06..4dbd9d88c301a0faf988786009f7c1cf8b6de14a 100644 (file)
@@ -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
 ----------