Commit 4f4dfb92 authored by Brett Cannon's avatar Brett Cannon

Clean up a minor bit of wording.

parent d5c278a3
...@@ -229,8 +229,8 @@ are also provided to help in implementing the core ABCs. ...@@ -229,8 +229,8 @@ are also provided to help in implementing the core ABCs.
.. method:: source_path(fullname) .. method:: source_path(fullname)
An abstract method that returns the path to the source code for a An abstract method that returns the path to the source code for a
module. Should return :keyword:`None` if there is no source code. module. Should return :keyword:`None` if there is no source code or
:exc:`ImportError` if the module cannot be found. raise :exc:`ImportError` if the module cannot be found.
.. method:: get_filename(fullname) .. method:: get_filename(fullname)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment