Regenerated pydoc/topics.py, and fix a "suspicious" doc error.
This commit is contained in:
parent
6d2ea21337
commit
bfd715ebd1
|
@ -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
Loading…
Reference in New Issue