diff options
author | Larry Hastings <larry@hastings.org> | 2014-01-05 04:35:56 -0800 |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-01-05 04:35:56 -0800 |
commit | d84f760c89eee30b6432eecf81f2d7d10a986fb1 (patch) | |
tree | c39bbef9fa84eebdb2a9e207cb3c02dc5da8d897 /Doc | |
parent | 37f2b5f5fb6ea2b8ec4cbdd809503f33dc6ce146 (diff) | |
download | cpython-d84f760c89eee30b6432eecf81f2d7d10a986fb1.tar.gz |
Regenerated pydoc/topics.py, and fix a "suspicious" doc error.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/reference/import.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst index a9723ecbff..1b28d2c67a 100644 --- a/Doc/reference/import.rst +++ b/Doc/reference/import.rst @@ -440,7 +440,7 @@ import machinery will create the new module itself. For compatibility with existing loaders, the import machinery will use the ``load_module()`` method of loaders if it exists and the loader does - not also implement ``exec_module(). However, ``load_module()`` has been + not also implement ``exec_module()``. However, ``load_module()`` has been deprecated and loaders should implement ``exec_module()`` instead. The ``load_module()`` method must implement all the boilerplate loading |