IOError -> OSError
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 31 Mar 2014 21:44:13 +0000 (00:44 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 31 Mar 2014 21:44:13 +0000 (00:44 +0300)
Doc/library/exceptions.rst

index 0aac1bf0262dc02e932939ab58a13bbe9d1d3cb9..329fdd5abb1a46b8a2054225acbb59bfceb59886 100644 (file)
@@ -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.