Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7906dd

Browse files
committed
Merge 3.4 (#16716)
2 parents a4dae7e + 5898d4f commit a7906dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/exceptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The following exceptions are used mostly as base classes for other exceptions.
8282
.. attribute:: args
8383

8484
The tuple of arguments given to the exception constructor. Some built-in
85-
exceptions (like :exc:`IOError`) expect a certain number of arguments and
85+
exceptions (like :exc:`OSError`) expect a certain number of arguments and
8686
assign a special meaning to the elements of this tuple, while others are
8787
usually called only with a single string giving an error message.
8888

0 commit comments

Comments
 (0)