Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3b743c

Browse files
committed
fix reference by adding module name
1 parent b666697 commit e3b743c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/http.client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The module provides the following classes:
7070
:meth:`ssl.SSLContext.load_cert_chain` instead, or let
7171
:func:`ssl.create_default_context` select the system's trusted CA
7272
certificates for you. The *check_hostname* parameter is also deprecated; the
73-
:attr:`SSLContext.check_hostname` attribute of *context* should be used
73+
:attr:`ssl.SSLContext.check_hostname` attribute of *context* should be used
7474
instead.
7575

7676
Please read :ref:`ssl-security` for more information on best practices.

0 commit comments

Comments
 (0)