bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326) · python/cpython@7e4897a (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 7e4897a

(cherry picked from commit 1f5639c)

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -468,7 +468,7 @@ import machinery will create the new module itself.
468 468
469 469 .. versionchanged:: 3.6
470 470 An :exc:`ImportError` is raised when ``exec_module()`` is defined but
471 - ``create_module`` is not.
471 + ``create_module()`` is not.
472 472
473 473 Submodules
474 474 ----------