typos fixed by Rob Hooft

This commit is contained in:
Jeremy Hylton 2000-06-28 14:48:01 +00:00
parent 7c014684c2
commit a05e293a21
32 changed files with 41 additions and 41 deletions

View file

@ -141,7 +141,7 @@ def install_opener(opener):
_opener = opener
# do these error classes make sense?
# make sure all of the IOError stuff is overriden. we just want to be
# make sure all of the IOError stuff is overridden. we just want to be
# subtypes.
class URLError(IOError):