Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bfd715e

Browse files
committed
Regenerated pydoc/topics.py, and fix a "suspicious" doc error.
1 parent 6d2ea21 commit bfd715e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/reference/import.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ import machinery will create the new module itself.
440440

441441
For compatibility with existing loaders, the import machinery will use
442442
the ``load_module()`` method of loaders if it exists and the loader does
443-
not also implement ``exec_module(). However, ``load_module()`` has been
443+
not also implement ``exec_module()``. However, ``load_module()`` has been
444444
deprecated and loaders should implement ``exec_module()`` instead.
445445

446446
The ``load_module()`` method must implement all the boilerplate loading

0 commit comments

Comments
 (0)