]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#18311: fix typo.
authorR David Murray <rdmurray@bitdance.com>
Wed, 26 Jun 2013 19:11:12 +0000 (15:11 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 26 Jun 2013 19:11:12 +0000 (15:11 -0400)
Doc/library/ssl.rst

index 1d4f9ca980d41fc4707d1faf404a77c5283cb50a..abb95c377c2a030c2d4c090cff40a44127b25e33 100644 (file)
@@ -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