]> granicus.if.org Git - python/commitdiff
Make the wdocs for importlib.abc.ExecutionLoader to be weaker in terms of what is...
authorBrett Cannon <bcannon@gmail.com>
Mon, 20 Jul 2009 22:59:00 +0000 (22:59 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 20 Jul 2009 22:59:00 +0000 (22:59 +0000)
Doc/library/importlib.rst

index e051472cd32694f1590486a342b9cdcb42b2ac53..6dd85281eb449d24a4c3b71526ebbb3fa42a8078 100644 (file)
@@ -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)