commit | 65b5ef02ec1f44e3a19b689a1ecf73d01c82161b | [log] [tgz] |
---|---|---|
author | Andrés Delfino <adelfino@gmail.com> | Sun Aug 12 03:50:46 2018 -0300 |
committer | Mariatta <Mariatta@users.noreply.github.com> | Sat Aug 11 23:50:46 2018 -0700 |
tree | 4e08e94172821131d358be4ba49615ae0e7b9457 | |
parent | c630e104401605af5dded8ffa4002fb6683da076 [diff] |
Fix the versionadded indentation in exec_module doc (GH-8719)
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 74a73fd..6f4da11 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst
@@ -770,7 +770,7 @@ Concrete implementation of :meth:`Loader.exec_module`. - .. versionadded:: 3.4 + .. versionadded:: 3.4 .. method:: load_module(fullname)