]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Clean up a minor bit of wording.
authorBrett Cannon <bcannon@gmail.com>
Tue, 18 Aug 2009 23:54:07 +0000 (23:54 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 18 Aug 2009 23:54:07 +0000 (23:54 +0000)
Doc/library/importlib.rst

index 6dd85281eb449d24a4c3b71526ebbb3fa42a8078..87dbddf664c5e14e9734dc96b5f051b64fab2447 100644 (file)
@@ -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)