From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 12 Aug 2018 07:04:09 +0000 (-0700) Subject: Fix the versionadded indentation in exec_module doc (GH-8719) X-Git-Tag: v3.6.7rc1~111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72f51891007865aaa6bd1382639b3cc552c74054;p=thirdparty%2FPython%2Fcpython.git Fix the versionadded indentation in exec_module doc (GH-8719) (cherry picked from commit 65b5ef02ec1f44e3a19b689a1ecf73d01c82161b) Co-authored-by: Andrés Delfino --- 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)