]> granicus.if.org Git - python/commitdiff
Minor clarification about importlib.abc.SourceLoader.get_filename.
authorBrett Cannon <bcannon@gmail.com>
Wed, 21 Jul 2010 09:48:31 +0000 (09:48 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 21 Jul 2010 09:48:31 +0000 (09:48 +0000)
Doc/library/importlib.rst

index 1e0ea5eb62bca1b7ace77e311b845729e5117d3e..7a2434e10b74cb5e28c5c014f6558e8de031d426 100644 (file)
@@ -228,7 +228,7 @@ are also provided to help in implementing the core ABCs.
 
     * :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