summaryrefslogtreecommitdiff
path: root/Doc/reference/import.rst
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-01-05 04:35:56 -0800
committerLarry Hastings <larry@hastings.org>2014-01-05 04:35:56 -0800
commitd84f760c89eee30b6432eecf81f2d7d10a986fb1 (patch)
treec39bbef9fa84eebdb2a9e207cb3c02dc5da8d897 /Doc/reference/import.rst
parent37f2b5f5fb6ea2b8ec4cbdd809503f33dc6ce146 (diff)
downloadcpython-d84f760c89eee30b6432eecf81f2d7d10a986fb1.tar.gz
Regenerated pydoc/topics.py, and fix a "suspicious" doc error.
Diffstat (limited to 'Doc/reference/import.rst')
-rw-r--r--Doc/reference/import.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst
index a9723ecbff..1b28d2c67a 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