Commit a9116e8b authored by Larry Hastings's avatar Larry Hastings

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

parent 0addb2ed
......@@ -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
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment