From e3b743cd3ee4e5adf1598dbef002779eb5c12989 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 7 Dec 2014 17:26:38 -0500 Subject: [PATCH] fix reference by adding module name --- Doc/library/http.client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index 94f7b139b0..a3f2e355d5 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. -- 2.40.0