summaryrefslogtreecommitdiff
path: root/Doc/library/importlib.rst
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-07-20 22:59:00 +0000
committerBrett Cannon <bcannon@gmail.com>2009-07-20 22:59:00 +0000
commitf26e1143531d564bb2a5ef847a234af973d4d57e (patch)
treeddc4aa360836ae8fb42c8ef491e230b09667fb85 /Doc/library/importlib.rst
parent161ce951d7abc359f53b3867423a247bba3c5b80 (diff)
downloadcpython-f26e1143531d564bb2a5ef847a234af973d4d57e.tar.gz
Make the wdocs for importlib.abc.ExecutionLoader to be weaker in terms of what is needed to execute a module.
Diffstat (limited to 'Doc/library/importlib.rst')
-rw-r--r--Doc/library/importlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
index e051472cd3..6dd85281eb 100644
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -205,7 +205,7 @@ are also provided to help in implementing the core ABCs.
.. class:: ExecutionLoader
An abstract base class which inherits from :class:`InspectLoader` that,
- when implemented, allows a module to be executed as a script. The ABC
+ when implemented, helps a module to be executed as a script. The ABC
represents an optional :pep:`302` protocol.
.. method:: get_filename(fullname)