diff options
author | Larry Hastings <larry@hastings.org> | 2014-03-15 21:13:56 -0700 |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-03-15 21:13:56 -0700 |
commit | 3732ed24145c1ac77e99bcf85bccda3af095e696 (patch) | |
tree | 432a243f5f4d9720ec0cc202ee969f6175e450b7 /Doc/library/importlib.rst | |
parent | Issue #20939: merge from 3.3 (diff) | |
download | cpython-3732ed24145c1ac77e99bcf85bccda3af095e696.tar.gz cpython-3732ed24145c1ac77e99bcf85bccda3af095e696.tar.bz2 cpython-3732ed24145c1ac77e99bcf85bccda3af095e696.zip |
Merge in all documentation changes since branching 3.4.0rc1.
Diffstat (limited to 'Doc/library/importlib.rst')
-rw-r--r-- | Doc/library/importlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index a81ccfdb90f..3b55b06ec09 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -134,7 +134,7 @@ Functions When :func:`reload` is executed: - * Python modules' code is recompiled and the module-level code re-executed, + * Python module's code is recompiled and the module-level code re-executed, defining a new set of objects which are bound to names in the module's dictionary by reusing the :term:`loader` which originally loaded the module. The ``init`` function of extension modules is not called a second |