From a6b7dd4ca82780107dd9ff9b28d1da63d2ac602a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Delfino?= Date: Sun, 12 Aug 2018 03:50:46 -0300 Subject: [PATCH] Fix the versionadded indentation in exec_module doc (GH-8719) (cherry picked from commit 65b5ef02ec1f44e3a19b689a1ecf73d01c82161b) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 74a73fdbddb4cc..6f4da11989551e 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)