From: Andrés Delfino Date: Sun, 12 Aug 2018 06:50:46 +0000 (-0300) Subject: Fix the versionadded indentation in exec_module doc (GH-8719) X-Git-Tag: v3.8.0a1~1214 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65b5ef02ec1f44e3a19b689a1ecf73d01c82161b;p=thirdparty%2FPython%2Fcpython.git Fix the versionadded indentation in exec_module doc (GH-8719) --- 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)