Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2ea21 commit bfd715eCopy full SHA for bfd715e
2 files changed
Doc/reference/import.rst
@@ -440,7 +440,7 @@ import machinery will create the new module itself.
440
441
For compatibility with existing loaders, the import machinery will use
442
the ``load_module()`` method of loaders if it exists and the loader does
443
- not also implement ``exec_module(). However, ``load_module()`` has been
+ not also implement ``exec_module()``. However, ``load_module()`` has been
444
deprecated and loaders should implement ``exec_module()`` instead.
445
446
The ``load_module()`` method must implement all the boilerplate loading
0 commit comments