summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2010-07-21 09:48:31 (GMT)
committerBrett Cannon <bcannon@gmail.com>2010-07-21 09:48:31 (GMT)
commit6dfbff3ff3773679251876284e437be4754e1452 (patch)
treeccebd3cf4b5fb62940483aef5634f85b30efed16 /Doc
parent3283973949796dc6d1542cc14592e6447099717d (diff)
downloadcpython-6dfbff3ff3773679251876284e437be4754e1452.zip
cpython-6dfbff3ff3773679251876284e437be4754e1452.tar.gz
cpython-6dfbff3ff3773679251876284e437be4754e1452.tar.bz2
Minor clarification about importlib.abc.SourceLoader.get_filename.
Diffstat (limited to 'Doc')
-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 1e0ea5e..7a2434e 100644
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -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