summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-06-26 19:11:32 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-06-26 19:11:32 (GMT)
commitfe3ae3cdc78e92872930f288d5c52cafb20b052a (patch)
treefa08a83ace98d13ebb6093b8d585ab6a76c8c6fc
parentb83ee30fc1110d8e2d7ca0fb08b79506830a207a (diff)
parentc7f75798555f6f371cfd5db342015c626402ddce (diff)
downloadcpython-fe3ae3cdc78e92872930f288d5c52cafb20b052a.zip
cpython-fe3ae3cdc78e92872930f288d5c52cafb20b052a.tar.gz
cpython-fe3ae3cdc78e92872930f288d5c52cafb20b052a.tar.bz2
Merge #18311: fix typo.
-rw-r--r--Doc/library/ssl.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index ec5083c..2c24f1b 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -885,7 +885,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