diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-06-26 19:11:12 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-06-26 19:11:12 (GMT) |
commit | c7f75798555f6f371cfd5db342015c626402ddce (patch) | |
tree | bcc125c203c21797bfd79f17ed290e76a7b4f823 | |
parent | 36b82d85a32e474117297a9c169b67b4408e3096 (diff) | |
download | cpython-c7f75798555f6f371cfd5db342015c626402ddce.zip cpython-c7f75798555f6f371cfd5db342015c626402ddce.tar.gz cpython-c7f75798555f6f371cfd5db342015c626402ddce.tar.bz2 |
#18311: fix typo.
-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 1d4f9ca..abb95c3 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -773,7 +773,7 @@ to speed up repeated connections from the same clients. .. method:: SSLContext.set_npn_protocols(protocols) - Specify which protocols the socket should avertise during the SSL/TLS + Specify which protocols the socket should advertise during the SSL/TLS handshake. It should be a list of strings, like ``['http/1.1', 'spdy/2']``, ordered by preference. The selection of a protocol will happen during the handshake, and will play out according to the `NPN draft specification |