]> granicus.if.org Git - python/commitdiff
fix reference by adding module name
authorBenjamin Peterson <benjamin@python.org>
Sun, 7 Dec 2014 22:26:38 +0000 (17:26 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 7 Dec 2014 22:26:38 +0000 (17:26 -0500)
Doc/library/http.client.rst

index 94f7b139b0732ea60a6343a1d6a5abcb41dd4932..a3f2e355d5fca66b722e087cdd49d8afa8ae617f 100644 (file)
@@ -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.