Skip to content

Commit 7e4897a

Browse files
authored
bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326)
(cherry picked from commit 1f5639c)
1 parent c9131b6 commit 7e4897a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/import.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ import machinery will create the new module itself.
468468

469469
.. versionchanged:: 3.6
470470
An :exc:`ImportError` is raised when ``exec_module()`` is defined but
471-
``create_module`` is not.
471+
``create_module()`` is not.
472472

473473
Submodules
474474
----------

0 commit comments

Comments
 (0)