summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)