diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2009-07-21 20:18:27 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2009-07-21 20:18:27 (GMT) |
commit | dd89705c8c03164006cc310d88a70be1ae2be10d (patch) | |
tree | 4dbb9f2738d391dd0d445b63b48a0133dc6f36f5 /Doc/howto/urllib2.rst | |
parent | d8431ae3bd3fea2b8a3c03d7d330c789c7bf7453 (diff) | |
download | cpython-dd89705c8c03164006cc310d88a70be1ae2be10d.zip cpython-dd89705c8c03164006cc310d88a70be1ae2be10d.tar.gz cpython-dd89705c8c03164006cc310d88a70be1ae2be10d.tar.bz2 |
#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 629c38d..409bc8e 100644 --- a/Doc/howto/urllib2.rst +++ b/Doc/howto/urllib2.rst @@ -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``, |