[Python-checkins] cpython (3.3): #18311: fix typo.

r.david.murray python-checkins at python.org
Wed Jun 26 21:11:54 CEST 2013


http://hg.python.org/cpython/rev/d7ae8a84f443
changeset:   84350:d7ae8a84f443
branch:      3.3
parent:      84336:5bf5c461ec00
user:        R David Murray <rdmurray at bitdance.com>
date:        Wed Jun 26 15:11:12 2013 -0400
summary:
  #18311: fix typo.

files:
  Doc/library/ssl.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -773,7 +773,7 @@
 
 .. 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list