Skip to content

Commit

Permalink
Apparently I'm stylistically immature.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed Apr 13, 2015
1 parent 307e9e6 commit e58a93a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/ssl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ Context objects have the following methods:
.. py:method:: Context.set_alpn_protos(protos)
Specify the protocols that the client is prepared to speak after the TLS
connection has been negotiated, using Application Layer Protocol
connection has been negotiated using Application Layer Protocol
Negotiation.

*protos* should be a list of protocols that the client is offering, each
Expand All @@ -514,7 +514,7 @@ Context objects have the following methods:
offers protocols using Application Layer Protocol Negotiation.

*callback* should be the callback function. It will be invoked with two
arguments: the :py:class:`Connection`, and a list of offered protocols as
arguments: the :py:class:`Connection` and a list of offered protocols as
bytestrings, e.g. ``[b'http/1.1', b'spdy/2']``. It should return one of
these bytestrings, the chosen protocol.

Expand Down Expand Up @@ -872,7 +872,7 @@ Connection objects have the following methods:
.. py:method:: Connection.set_alpn_protos(protos)
Specify the protocols that the client is prepared to speak after the TLS
connection has been negotiated, using Application Layer Protocol
connection has been negotiated using Application Layer Protocol
Negotiation.

*protos* should be a list of protocols that the client is offering, each
Expand Down

0 comments on commit e58a93a

Please sign in to comment.