]> 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:01:21 +0000 (00:01 -0700)
committerGitHub <noreply@github.com>
Sun, 12 Aug 2018 07:01:21 +0000 (00:01 -0700)
(cherry picked from commit 65b5ef02ec1f44e3a19b689a1ecf73d01c82161b)

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

index 74a73fdbddb4ccb225c7cae01fa2ba7b2abec2a8..6f4da11989551ea500025ae6464d8f90fec0cf6f 100644 (file)
@@ -770,7 +770,7 @@ ABC hierarchy::
 
        Concrete implementation of :meth:`Loader.exec_module`.
 
-      .. versionadded:: 3.4
+       .. versionadded:: 3.4
 
     .. method:: load_module(fullname)