This commit is contained in:
Antoine Pitrou 2010-07-21 18:59:23 +00:00
parent 81cd118c17
commit 89d3b59399
1 changed files with 3 additions and 3 deletions

View File

@ -704,7 +704,7 @@ Raises IOError in various file-handling functions::
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 @@ select
signal
''''''
signal.ItimerError inherits from IOError.
``signal.ItimerError`` inherits from IOError.
socket
''''''
socket.error inherits from IOError.
``socket.error`` inherits from IOError.
sys
'''