[Python-checkins] r83042 - peps/trunk/pep-3151.txt

antoine.pitrou python-checkins at python.org
Wed Jul 21 21:16:49 CEST 2010


Author: antoine.pitrou
Date: Wed Jul 21 21:16:49 2010
New Revision: 83042

Log:
Markup again



Modified:
   peps/trunk/pep-3151.txt

Modified: peps/trunk/pep-3151.txt
==============================================================================
--- peps/trunk/pep-3151.txt	(original)
+++ peps/trunk/pep-3151.txt	Wed Jul 21 21:16:49 2010
@@ -68,8 +68,8 @@
 
 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).


More information about the Python-checkins mailing list