summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-12-07 22:26:43 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-12-07 22:26:43 (GMT)
commite3e8b07bcbb12cb09519495700fdbe3e4c9b9836 (patch)
treec13ae7801717b1b718dc8ef8871e334ab875f785 /Doc
parent074b95da48ffb08605cf1faa80a98bea7cc8e99e (diff)
parente3b743cd3ee4e5adf1598dbef002779eb5c12989 (diff)
downloadcpython-e3e8b07bcbb12cb09519495700fdbe3e4c9b9836.zip
cpython-e3e8b07bcbb12cb09519495700fdbe3e4c9b9836.tar.gz
cpython-e3e8b07bcbb12cb09519495700fdbe3e4c9b9836.tar.bz2
merge 3.4
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/http.client.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
index 94f7b13..a3f2e35 100644
--- a/Doc/library/http.client.rst
+++ b/Doc/library/http.client.rst
@@ -70,7 +70,7 @@ The module provides the following classes:
:meth:`ssl.SSLContext.load_cert_chain` instead, or let
:func:`ssl.create_default_context` select the system's trusted CA
certificates for you. The *check_hostname* parameter is also deprecated; the
- :attr:`SSLContext.check_hostname` attribute of *context* should be used
+ :attr:`ssl.SSLContext.check_hostname` attribute of *context* should be used
instead.
Please read :ref:`ssl-security` for more information on best practices.