[Python-checkins] r74148 - python/trunk/Doc/howto/urllib2.rst

ezio.melotti python-checkins at python.org
Tue Jul 21 22:18:28 CEST 2009


Author: ezio.melotti
Date: Tue Jul 21 22:18:27 2009
New Revision: 74148

Log:
#6536 fixed typo

Modified:
   python/trunk/Doc/howto/urllib2.rst

Modified: python/trunk/Doc/howto/urllib2.rst
==============================================================================
--- python/trunk/Doc/howto/urllib2.rst	(original)
+++ python/trunk/Doc/howto/urllib2.rst	Tue Jul 21 22:18:27 2009
@@ -488,7 +488,7 @@
 
 .. 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``,


More information about the Python-checkins mailing list