diff options
Diffstat (limited to 'Doc/reference/import.rst')
-rw-r--r-- | Doc/reference/import.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst index a9723ec..1b28d2c 100644 --- a/Doc/reference/import.rst +++ b/Doc/reference/import.rst @@ -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 |