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

brett.cannon python-checkins at python.org
Wed Jul 21 11:48:31 CEST 2010


Author: brett.cannon
Date: Wed Jul 21 11:48:31 2010
New Revision: 83011

Log:
Minor clarification about importlib.abc.SourceLoader.get_filename.


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	Wed Jul 21 11:48:31 2010
@@ -228,7 +228,7 @@
 
     * :meth:`ResourceLoader.get_data`
     * :meth:`ExecutionLoader.get_filename`
-          Implement to only return the path to the source file; sourceless
+          Should only return the path to the source file; sourceless
           loading is not supported.
 
     The abstract methods defined by this class are to add optional bytecode


More information about the Python-checkins mailing list