mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #24232: Fix typos. Patch by Ville Skyttä.
This commit is contained in:
parent
2a8baed833
commit
315e104d11
4 changed files with 4 additions and 4 deletions
|
@ -1269,7 +1269,7 @@ to speed up repeated connections from the same clients.
|
|||
|
||||
.. attribute:: SSLContext.check_hostname
|
||||
|
||||
Wether to match the peer cert's hostname with :func:`match_hostname` in
|
||||
Whether to match the peer cert's hostname with :func:`match_hostname` in
|
||||
:meth:`SSLSocket.do_handshake`. The context's
|
||||
:attr:`~SSLContext.verify_mode` must be set to :data:`CERT_OPTIONAL` or
|
||||
:data:`CERT_REQUIRED`, and you must pass *server_hostname* to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue