From: Brett Cannon Date: Tue, 18 Aug 2009 23:54:07 +0000 (+0000) Subject: Clean up a minor bit of wording. X-Git-Tag: v3.2a1~2670 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6253871910cf92c415ea27078151e1ad17933027;p=thirdparty%2FPython%2Fcpython.git Clean up a minor bit of wording. --- diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 6dd85281eb44..87dbddf664c5 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)