Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b666697 commit e3b743cCopy full SHA for e3b743c
1 file changed
Doc/library/http.client.rst
@@ -70,7 +70,7 @@ The module provides the following classes:
70
:meth:`ssl.SSLContext.load_cert_chain` instead, or let
71
:func:`ssl.create_default_context` select the system's trusted CA
72
certificates for you. The *check_hostname* parameter is also deprecated; the
73
- :attr:`SSLContext.check_hostname` attribute of *context* should be used
+ :attr:`ssl.SSLContext.check_hostname` attribute of *context* should be used
74
instead.
75
76
Please read :ref:`ssl-security` for more information on best practices.
0 commit comments