[Python-checkins] r74149 - in python/branches/py3k: Doc/howto/urllib2.rst

ezio.melotti python-checkins at python.org
Tue Jul 21 22:37:52 CEST 2009


Author: ezio.melotti
Date: Tue Jul 21 22:37:52 2009
New Revision: 74149

Log:
Merged revisions 74148 via svnmerge from 
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
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/howto/urllib2.rst

Modified: python/branches/py3k/Doc/howto/urllib2.rst
==============================================================================
--- python/branches/py3k/Doc/howto/urllib2.rst	(original)
+++ python/branches/py3k/Doc/howto/urllib2.rst	Tue Jul 21 22:37:52 2009
@@ -493,7 +493,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