summaryrefslogtreecommitdiffstats
path: root/Doc/library/importlib.rst
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-08-18 23:54:07 (GMT)
committerBrett Cannon <bcannon@gmail.com>2009-08-18 23:54:07 (GMT)
commit6253871910cf92c415ea27078151e1ad17933027 (patch)
tree0b5f6d46df6ddeaf6b5abf7a58b35f56e2a57de0 /Doc/library/importlib.rst
parentbcd03df1bd71a8fe272018072fc6ee145e83b425 (diff)
downloadcpython-6253871910cf92c415ea27078151e1ad17933027.zip
cpython-6253871910cf92c415ea27078151e1ad17933027.tar.gz
cpython-6253871910cf92c415ea27078151e1ad17933027.tar.bz2
Clean up a minor bit of wording.
Diffstat (limited to 'Doc/library/importlib.rst')
-rw-r--r--Doc/library/importlib.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
index 6dd8528..87dbddf 100644
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -229,8 +229,8 @@ are also provided to help in implementing the core ABCs.
.. method:: source_path(fullname)
An abstract method that returns the path to the source code for a
- module. Should return :keyword:`None` if there is no source code.
- :exc:`ImportError` if the module cannot be found.
+ module. Should return :keyword:`None` if there is no source code or
+ raise :exc:`ImportError` if the module cannot be found.
.. method:: get_filename(fullname)