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

This commit is contained in:
Mariatta 2017-02-26 13:23:38 -08:00 committed by GitHub
parent d5c11f7ace
commit 1f5639c77f
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
----------