This commit is contained in:
Ezio Melotti 2009-07-21 20:18:27 +00:00
parent d8431ae3bd
commit dd89705c8c
1 changed files with 1 additions and 1 deletions

View File

@ -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``,