Regenerated pydoc/topics.py, and fix a "suspicious" doc error.

This commit is contained in:
Larry Hastings 2014-01-05 04:35:56 -08:00
parent 6d2ea21337
commit bfd715ebd1
2 changed files with 6 additions and 6 deletions

View File

@ -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

File diff suppressed because one or more lines are too long