]> granicus.if.org Git - python/commitdiff
#6536 fixed typo
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 21 Jul 2009 20:18:27 +0000 (20:18 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 21 Jul 2009 20:18:27 +0000 (20:18 +0000)
Doc/howto/urllib2.rst

index 629c38d8f6c326f3cfde453fdd1b3cbc9f9d2ae7..409bc8ea29b3064a55c4aedba24ec44fec4ac928 100644 (file)
@@ -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``,