From: Ezio Melotti Date: Tue, 21 Jul 2009 20:18:27 +0000 (+0000) Subject: #6536 fixed typo X-Git-Tag: v2.7a1~729 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd89705c8c03164006cc310d88a70be1ae2be10d;p=thirdparty%2FPython%2Fcpython.git #6536 fixed typo --- diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst index 629c38d8f6c3..409bc8ea29b3 100644 --- a/Doc/howto/urllib2.rst +++ b/Doc/howto/urllib2.rst @@ -488,7 +488,7 @@ than the URL you pass to .add_password() will also match. :: .. note:: - In the above example we only supplied our ``HHTPBasicAuthHandler`` to + In the above example we only supplied our ``HTTPBasicAuthHandler`` to ``build_opener``. By default openers have the handlers for normal situations -- ``ProxyHandler``, ``UnknownHandler``, ``HTTPHandler``, ``HTTPDefaultErrorHandler``, ``HTTPRedirectHandler``, ``FTPHandler``,