mirror of https://github.com/python/cpython.git
#6536 fixed typo
This commit is contained in:
parent
d8431ae3bd
commit
dd89705c8c
|
@ -488,7 +488,7 @@ than the URL you pass to .add_password() will also match. ::
|
||||||
|
|
||||||
.. note::
|
.. 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
|
``build_opener``. By default openers have the handlers for normal situations
|
||||||
-- ``ProxyHandler``, ``UnknownHandler``, ``HTTPHandler``,
|
-- ``ProxyHandler``, ``UnknownHandler``, ``HTTPHandler``,
|
||||||
``HTTPDefaultErrorHandler``, ``HTTPRedirectHandler``, ``FTPHandler``,
|
``HTTPDefaultErrorHandler``, ``HTTPRedirectHandler``, ``FTPHandler``,
|
||||||
|
|
Loading…
Reference in New Issue