diff options
author | Larry Hastings <larry@hastings.org> | 2014-01-05 12:35:56 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-01-05 12:35:56 (GMT) |
commit | bfd715ebd1f2917af2174c4fe061602e8b1b6b78 (patch) | |
tree | 2ea8e0f06ffbd8d5248e191e5ce3d677c20638e7 /Doc/reference | |
parent | 6d2ea213372bf585e797777824c6ed2209dc22c0 (diff) | |
download | cpython-bfd715ebd1f2917af2174c4fe061602e8b1b6b78.zip cpython-bfd715ebd1f2917af2174c4fe061602e8b1b6b78.tar.gz cpython-bfd715ebd1f2917af2174c4fe061602e8b1b6b78.tar.bz2 |
Regenerated pydoc/topics.py, and fix a "suspicious" doc error.
Diffstat (limited to 'Doc/reference')
-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 a9723ec..1b28d2c 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 |