summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2014-04-01 00:45:06 +0300
committerAndrew Svetlov <andrew.svetlov@gmail.com>2014-04-01 00:45:06 +0300
commita7906dd2d9fa19b9722d81e8d53fcc855bc8f8c0 (patch)
treedb7c5f1da02c9bd41b5817c32cf129625a9c98d7
parenta4dae7e6abb9d66124e39acf9b6981e248ea32f6 (diff)
parent5898d4f4d917c0f3e63f0a10d01ad445afa10b74 (diff)
downloadcpython-git-a7906dd2d9fa19b9722d81e8d53fcc855bc8f8c0.tar.gz
Merge 3.4 (#16716)
-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 0aac1bf026..329fdd5abb 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.