From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 12 Aug 2018 07:01:21 +0000 (-0700) Subject: Fix the versionadded indentation in exec_module doc (GH-8719) X-Git-Tag: v3.7.1rc1~181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e0153e166cf3f3e1fa08131830f28c1cb83f731;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 74a73fdbddb4..6f4da1198955 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -770,7 +770,7 @@ ABC hierarchy:: Concrete implementation of :meth:`Loader.exec_module`. - .. versionadded:: 3.4 + .. versionadded:: 3.4 .. method:: load_module(fullname)