diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2009-07-21 20:37:52 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2009-07-21 20:37:52 (GMT) |
commit | 8e87fec09d6241c4d898fe0ef83263030c04a60b (patch) | |
tree | 136f8b14067572d4cc93284f27fcadc9b5bb38a9 /Doc/howto/urllib2.rst | |
parent | 9d7c3cd6d7b645fe845fbfdea6a6a21fadb10872 (diff) | |
download | cpython-8e87fec09d6241c4d898fe0ef83263030c04a60b.zip cpython-8e87fec09d6241c4d898fe0ef83263030c04a60b.tar.gz cpython-8e87fec09d6241c4d898fe0ef83263030c04a60b.tar.bz2 |
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
........
Diffstat (limited to 'Doc/howto/urllib2.rst')
-rw-r--r-- | Doc/howto/urllib2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst index 8a3accd..0d22a54 100644 --- a/Doc/howto/urllib2.rst +++ b/Doc/howto/urllib2.rst @@ -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``, |