]> granicus.if.org Git - python/commitdiff
Merged revisions 74148 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 21 Jul 2009 20:37:52 +0000 (20:37 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 21 Jul 2009 20:37:52 +0000 (20:37 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74148 | ezio.melotti | 2009-07-21 23:18:27 +0300 (Tue, 21 Jul 2009) | 1 line

  #6536 fixed typo
........

Doc/howto/urllib2.rst

index 8a3accd0b91a4d7e643daff5ae6196e97fa53299..0d22a54b6a9c5b417da384f8f9fae1124330d38a 100644 (file)
@@ -493,7 +493,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``,