summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2014-03-31 21:45:06 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2014-03-31 21:45:06 (GMT)
commita7906dd2d9fa19b9722d81e8d53fcc855bc8f8c0 (patch)
treedb7c5f1da02c9bd41b5817c32cf129625a9c98d7 /Doc
parenta4dae7e6abb9d66124e39acf9b6981e248ea32f6 (diff)
parent5898d4f4d917c0f3e63f0a10d01ad445afa10b74 (diff)
downloadcpython-a7906dd2d9fa19b9722d81e8d53fcc855bc8f8c0.zip
cpython-a7906dd2d9fa19b9722d81e8d53fcc855bc8f8c0.tar.gz
cpython-a7906dd2d9fa19b9722d81e8d53fcc855bc8f8c0.tar.bz2
Merge 3.4 (#16716)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/exceptions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst
index 0aac1bf..329fdd5 100644
--- 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:`IOError`) expect a certain number of arguments and
+ exceptions (like :exc:`OSError`) 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.