From 72f51891007865aaa6bd1382639b3cc552c74054 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sun, 12 Aug 2018 00:04:09 -0700 Subject: [PATCH] Fix the versionadded indentation in exec_module doc (GH-8719) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (cherry picked from commit 65b5ef02ec1f44e3a19b689a1ecf73d01c82161b) Co-authored-by: Andrés Delfino --- Doc/library/importlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3