Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e0153e

Browse files
Fix the versionadded indentation in exec_module doc (GH-8719)
(cherry picked from commit 65b5ef0) Co-authored-by: Andrés Delfino <[email protected]>
1 parent 6b14508 commit 7e0153e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/importlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ ABC hierarchy::
770770

771771
Concrete implementation of :meth:`Loader.exec_module`.
772772

773-
.. versionadded:: 3.4
773+
.. versionadded:: 3.4
774774

775775
.. method:: load_module(fullname)
776776

0 commit comments

Comments
 (0)