[Python-checkins] Fix the versionadded indentation in exec_module doc (GH-8719)

Miss Islington (bot) webhook-mailer at python.org
Sun Aug 12 03:04:12 EDT 2018


https://github.com/python/cpython/commit/72f51891007865aaa6bd1382639b3cc552c74054
commit: 72f51891007865aaa6bd1382639b3cc552c74054
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-08-12T00:04:09-07:00
summary:

Fix the versionadded indentation in exec_module doc (GH-8719)

(cherry picked from commit 65b5ef02ec1f44e3a19b689a1ecf73d01c82161b)

Co-authored-by: Andrés Delfino <adelfino at gmail.com>

files:
M Doc/library/importlib.rst

diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
index e41169c21576..356d1608bf4e 100644
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -681,7 +681,7 @@ ABC hierarchy::
 
        Concrete implementation of :meth:`Loader.exec_module`.
 
-      .. versionadded:: 3.4
+       .. versionadded:: 3.4
 
     .. method:: load_module(fullname)
 



More information about the Python-checkins mailing list