diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-05-18 22:38:05 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-05-18 22:38:05 (GMT) |
commit | fee05daef8b9e0e0977e413260009ebf54bf4486 (patch) | |
tree | 9990a0b16bd1c375b112cdb825ab35f977974cf9 /Doc/library/ssl.rst | |
parent | 5f120fcecbf212b12334229911d21d53535c5096 (diff) | |
parent | 315e104d11c36b9f4de0a125d639e834e06ed3e6 (diff) | |
download | cpython-fee05daef8b9e0e0977e413260009ebf54bf4486.zip cpython-fee05daef8b9e0e0977e413260009ebf54bf4486.tar.gz cpython-fee05daef8b9e0e0977e413260009ebf54bf4486.tar.bz2 |
Issue #24232: Fix typos. Patch by Ville Skyttä.
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r-- | Doc/library/ssl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 31b4658..4075134 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -1381,7 +1381,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 |