bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326)

(cherry picked from commit 1f5639c77f)
This commit is contained in:
Mariatta 2017-02-26 13:30:44 -08:00 committed by GitHub
parent c9131b61fa
commit 7e4897a2fb
1 changed files with 1 additions and 1 deletions

View 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
----------