Fix some mentions of IOError

This commit is contained in:
Antoine Pitrou 2011-10-12 19:10:10 +02:00
parent a787b650d4
commit 4272d6a315
4 changed files with 14 additions and 6 deletions

View file

@ -1172,7 +1172,7 @@ some point in the future.
*key_file* and *cert_file* are supported to provide an SSL key and certificate;
both are needed to support client authentication.
:class:`URLopener` objects will raise an :exc:`IOError` exception if the server
:class:`URLopener` objects will raise an :exc:`OSError` exception if the server
returns an error code.
.. method:: open(fullurl, data=None)