[Python-checkins] cpython (3.4): fix reference by adding module name

benjamin.peterson python-checkins at python.org
Sun Dec 7 23:26:48 CET 2014


https://hg.python.org/cpython/rev/6dfba0357c92
changeset:   93781:6dfba0357c92
branch:      3.4
parent:      93774:d5e15f5067c9
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Dec 07 17:26:38 2014 -0500
summary:
  fix reference by adding module name

files:
  Doc/library/http.client.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
--- a/Doc/library/http.client.rst
+++ b/Doc/library/http.client.rst
@@ -70,7 +70,7 @@
    :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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list