diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-02-26 21:23:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-26 21:23:38 (GMT) |
commit | 1f5639c77f736c18fb5a85b4a1850121e25c788e (patch) | |
tree | 39ece12802df007d3c2a391a56df1842eb1872d1 /Doc/reference | |
parent | d5c11f7ace48701bb950c6345deee88c35c66e26 (diff) | |
download | cpython-1f5639c77f736c18fb5a85b4a1850121e25c788e.zip cpython-1f5639c77f736c18fb5a85b4a1850121e25c788e.tar.gz cpython-1f5639c77f736c18fb5a85b4a1850121e25c788e.tar.bz2 |
bpo-26184: import.rst: Improve versionchanged note (GH-325)
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 ---------- |