[Python-checkins] r74124 - python/branches/py3k/Doc/library/importlib.rst

brett.cannon python-checkins at python.org
Tue Jul 21 00:59:01 CEST 2009


Author: brett.cannon
Date: Tue Jul 21 00:59:00 2009
New Revision: 74124

Log:
Make the wdocs for importlib.abc.ExecutionLoader to be weaker in terms of what is needed to execute a module.

Modified:
   python/branches/py3k/Doc/library/importlib.rst

Modified: python/branches/py3k/Doc/library/importlib.rst
==============================================================================
--- python/branches/py3k/Doc/library/importlib.rst	(original)
+++ python/branches/py3k/Doc/library/importlib.rst	Tue Jul 21 00:59:00 2009
@@ -205,7 +205,7 @@
 .. 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)


More information about the Python-checkins mailing list