]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix the versionadded indentation in exec_module doc (GH-8719)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 12 Aug 2018 07:04:09 +0000 (00:04 -0700)
committerGitHub <noreply@github.com>
Sun, 12 Aug 2018 07:04:09 +0000 (00:04 -0700)
(cherry picked from commit 65b5ef02ec1f44e3a19b689a1ecf73d01c82161b)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
Doc/library/importlib.rst

index e41169c2157653cdfb10cb6c6bc1ce9ecadc3471..356d1608bf4eed4c685cbe4704195a76daa6afc4 100644 (file)
@@ -681,7 +681,7 @@ ABC hierarchy::
 
        Concrete implementation of :meth:`Loader.exec_module`.
 
-      .. versionadded:: 3.4
+       .. versionadded:: 3.4
 
     .. method:: load_module(fullname)