diff options
Diffstat (limited to 'Lib/urllib2.py')
-rw-r--r-- | Lib/urllib2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/urllib2.py b/Lib/urllib2.py index c4e5348..86fdc20 100644 --- a/Lib/urllib2.py +++ b/Lib/urllib2.py @@ -456,7 +456,7 @@ class HTTPRedirectHandler(BaseHandler): http_error_301 = http_error_302 inf_msg = "The HTTP server returned a redirect error that would" \ - "lead to an inifinte loop.\n" \ + "lead to an infinite loop.\n" \ "The last 302 error message was:\n" class ProxyHandler(BaseHandler): |