diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-02-26 21:30:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-26 21:30:44 (GMT) |
commit | 7e4897a2fb91e49f131a42ed6de88b5185f7dea8 (patch) | |
tree | 69dadf6eca36f3b2d1b3e6c53d31e0e74f4dbff3 /Doc/reference | |
parent | c9131b61fa060a51ec181053cade9f0a7ee91e4f (diff) | |
download | cpython-7e4897a2fb91e49f131a42ed6de88b5185f7dea8.zip cpython-7e4897a2fb91e49f131a42ed6de88b5185f7dea8.tar.gz cpython-7e4897a2fb91e49f131a42ed6de88b5185f7dea8.tar.bz2 |
bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326)
(cherry picked from commit 1f5639c77f736c18fb5a85b4a1850121e25c788e)
Diffstat (limited to 'Doc/reference')
-rw-r--r-- | Doc/reference/import.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst index 484457a..4dbd9d8 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 ---------- |