Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4dae7e + 5898d4f commit a7906ddCopy full SHA for a7906dd
1 file changed
Doc/library/exceptions.rst
@@ -82,7 +82,7 @@ The following exceptions are used mostly as base classes for other exceptions.
82
.. attribute:: args
83
84
The tuple of arguments given to the exception constructor. Some built-in
85
- exceptions (like :exc:`IOError`) expect a certain number of arguments and
+ exceptions (like :exc:`OSError`) expect a certain number of arguments and
86
assign a special meaning to the elements of this tuple, while others are
87
usually called only with a single string giving an error message.
88
0 commit comments