Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe3ae3c

Browse files
committed
Merge #18311: fix typo.
2 parents b83ee30 + c7f7579 commit fe3ae3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/ssl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ to speed up repeated connections from the same clients.
885885

886886
.. method:: SSLContext.set_npn_protocols(protocols)
887887

888-
Specify which protocols the socket should avertise during the SSL/TLS
888+
Specify which protocols the socket should advertise during the SSL/TLS
889889
handshake. It should be a list of strings, like ``['http/1.1', 'spdy/2']``,
890890
ordered by preference. The selection of a protocol will happen during the
891891
handshake, and will play out according to the `NPN draft specification

0 commit comments

Comments
 (0)