Markup again

This commit is contained in:
Antoine Pitrou 2010-07-21 19:16:49 +00:00
parent 89d3b59399
commit 732b400eb8
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ the following::
The same error condition (a non-existing file) gets cast as two different
exceptions depending on which library function was called. The reason
for this is that the `os` module exclusively raises OSError (or its
subclass WindowsError) while the `io` module mostly raises IOError.
for this is that the ``os`` module exclusively raises OSError (or its
subclass WindowsError) while the ``io`` module mostly raises IOError.
However, the user is interested in the nature of the error, not in which
part of the interpreter it comes from (since the latter is obvious from
reading the traceback message or application source code).