projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
050f9ea
)
IOError -> OSError
author
Andrew Svetlov
<andrew.svetlov@gmail.com>
Mon, 31 Mar 2014 21:44:13 +0000
(
00:44
+0300)
committer
Andrew Svetlov
<andrew.svetlov@gmail.com>
Mon, 31 Mar 2014 21:44:13 +0000
(
00:44
+0300)
Doc/library/exceptions.rst
patch
|
blob
|
history
diff --git
a/Doc/library/exceptions.rst
b/Doc/library/exceptions.rst
index 0aac1bf0262dc02e932939ab58a13bbe9d1d3cb9..329fdd5abb1a46b8a2054225acbb59bfceb59886 100644
(file)
--- a/
Doc/library/exceptions.rst
+++ b/
Doc/library/exceptions.rst
@@
-82,7
+82,7
@@
The following exceptions are used mostly as base classes for other exceptions.
.. attribute:: args
The tuple of arguments given to the exception constructor. Some built-in
- exceptions (like :exc:`
IO
Error`) expect a certain number of arguments and
+ exceptions (like :exc:`
OS
Error`) expect a certain number of arguments and
assign a special meaning to the elements of this tuple, while others are
usually called only with a single string giving an error message.