commit | 7e0153e166cf3f3e1fa08131830f28c1cb83f731 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Aug 12 00:01:21 2018 -0700 |
committer | GitHub <noreply@github.com> | Sun Aug 12 00:01:21 2018 -0700 |
tree | 2a24e6a849888e4a17dce0bd1e0324d7c964555b | |
parent | 6b145085225d4b114b4422f6d3c6e859e75b97d7 [diff] [blame] |
Fix the versionadded indentation in exec_module doc (GH-8719) (cherry picked from commit 65b5ef02ec1f44e3a19b689a1ecf73d01c82161b) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 74a73fd..6f4da11 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst
@@ -770,7 +770,7 @@ Concrete implementation of :meth:`Loader.exec_module`. - .. versionadded:: 3.4 + .. versionadded:: 3.4 .. method:: load_module(fullname)