Skip to content

Commit 38f9b4e

Browse files
authored
Fix docs in SSL.Context.get_alpn_proto_negotiated (#1137)
1 parent 65ca53a commit 38f9b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenSSL/SSL.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2648,7 +2648,7 @@ def get_alpn_proto_negotiated(self):
26482648
Get the protocol that was negotiated by ALPN.
26492649
26502650
:returns: A bytestring of the protocol name. If no protocol has been
2651-
negotiated yet, returns an empty string.
2651+
negotiated yet, returns an empty bytestring.
26522652
"""
26532653
data = _ffi.new("unsigned char **")
26542654
data_len = _ffi.new("unsigned int *")

0 commit comments

Comments
 (0)