diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2014-03-31 21:45:06 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2014-03-31 21:45:06 (GMT) |
commit | a7906dd2d9fa19b9722d81e8d53fcc855bc8f8c0 (patch) | |
tree | db7c5f1da02c9bd41b5817c32cf129625a9c98d7 /Doc | |
parent | a4dae7e6abb9d66124e39acf9b6981e248ea32f6 (diff) | |
parent | 5898d4f4d917c0f3e63f0a10d01ad445afa10b74 (diff) | |
download | cpython-a7906dd2d9fa19b9722d81e8d53fcc855bc8f8c0.zip cpython-a7906dd2d9fa19b9722d81e8d53fcc855bc8f8c0.tar.gz cpython-a7906dd2d9fa19b9722d81e8d53fcc855bc8f8c0.tar.bz2 |
Merge 3.4 (#16716)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/exceptions.rst | 2 |
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. |