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

antoine.pitrou python-checkins at python.org
Wed Jul 21 20:59:23 CEST 2010


Author: antoine.pitrou
Date: Wed Jul 21 20:59:23 2010
New Revision: 83041

Log:
Markup



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 20:59:23 2010
@@ -704,7 +704,7 @@
 select
 ''''''
 
-* select() and poll objects raise select.error, which doesn't inherit from
+* select() and poll objects raise ``select.error``, which doesn't inherit from
   anything (but poll.modify() raises IOError);
 * epoll objects raise IOError;
 * kqueue objects raise both OSError and IOError.
@@ -712,12 +712,12 @@
 signal
 ''''''
 
-signal.ItimerError inherits from IOError.
+``signal.ItimerError`` inherits from IOError.
 
 socket
 ''''''
 
-socket.error inherits from IOError.
+``socket.error`` inherits from IOError.
 
 sys
 '''


More information about the Python-checkins mailing list