Clean up one comment, fix typos in others.

This commit is contained in:
Fred Drake 2001-11-08 17:19:29 +00:00
parent 4962fc8fed
commit d5214b04f5

View file

@ -328,8 +328,8 @@ class OpenerDirector:
def error(self, proto, *args):
if proto in ['http', 'https']:
# XXX http[s] protocols are special cased
dict = self.handle_error['http'] # https is not different then http
# XXX http[s] protocols are special-cased
dict = self.handle_error['http'] # https is not different than http
proto = args[2] # YUCK!
meth_name = 'http_error_%d' % proto
http_err = 1