summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCory Benfield <lukasaoz@gmail.com>2015-04-13 18:10:21 -0400
committerCory Benfield <lukasaoz@gmail.com>2015-04-13 18:10:21 -0400
commit222f30e49d2d4d5096cebdf9d793f37f29284b64 (patch)
treeaf88e1dba5604be7398038d38e01b686478b9ce9
parent0f7b04c24252afc37af8a68c71537de59317b485 (diff)
downloadpyopenssl-222f30e49d2d4d5096cebdf9d793f37f29284b64.tar.gz
Multiline docstring.
-rw-r--r--OpenSSL/SSL.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSSL/SSL.py b/OpenSSL/SSL.py
index f5014e7..b7db7d3 100644
--- a/OpenSSL/SSL.py
+++ b/OpenSSL/SSL.py
@@ -1896,7 +1896,9 @@ class Connection(object):
def get_alpn_proto_negotiated(self):
- """Get the protocol that was negotiated by ALPN."""
+ """
+ Get the protocol that was negotiated by ALPN.
+ """
if not _lib.Cryptography_HAS_ALPN:
raise NotImplementedError("ALPN not available")