]> granicus.if.org Git - python/commitdiff
bpo-26184: import.rst: Improve versionchanged note (GH-325)
authorMariatta <Mariatta@users.noreply.github.com>
Sun, 26 Feb 2017 21:23:38 +0000 (13:23 -0800)
committerGitHub <noreply@github.com>
Sun, 26 Feb 2017 21:23:38 +0000 (13:23 -0800)
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
 ----------