commit | cd010f60e56683a5f093979abbe7e57ac766c21f | [log] [tgz] |
---|---|---|
author | Cory Benfield <lukasaoz@gmail.com> | Thu May 15 19:00:27 2014 +0100 |
committer | Cory Benfield <lukasaoz@gmail.com> | Thu May 15 19:00:27 2014 +0100 |
tree | 2e3c204a71b7e99d94ce234aca587e93b7daf1a9 | |
parent | be3e7b81e278cf0668c0f250a628926533969640 [diff] [blame] |
Implement @alex's code review.
diff --git a/doc/api/ssl.rst b/doc/api/ssl.rst index fbee1fe..4b57ac5 100644 --- a/doc/api/ssl.rst +++ b/doc/api/ssl.rst
@@ -835,7 +835,9 @@ .. py:method:: Connection.get_next_proto_negotiated(): - Get the protocol that was negotiated by Next Protocol Negotiation. + Get the protocol that was negotiated by Next Protocol Negotiation. Returns + a bytestring of the protocol name. If no protocol has been negotiated yet, + returns an empty string. .. versionadded:: 0.15