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

Skip to content

Commit c7f7579

Browse files
committed
#18311: fix typo.
1 parent 36b82d8 commit c7f7579

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
@@ -773,7 +773,7 @@ to speed up repeated connections from the same clients.
773773

774774
.. method:: SSLContext.set_npn_protocols(protocols)
775775

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

0 commit comments

Comments
 (0)