commit | 5230dad843d1f78ac2305fcde2973ae5cce3e048 | [log] [tgz] |
---|---|---|
author | Jim Shaver <dcypherd@gmail.com> | Tue Apr 28 09:03:34 2015 -0400 |
committer | Jim Shaver <dcypherd@gmail.com> | Wed May 27 17:39:57 2015 -0400 |
tree | 79f283c9b280d062ba7cf8c718e23f0dd9f56587 | |
parent | 85a4dff2618874657a4d8eae4aa0ebef4cfbadef [diff] [blame] |
Fix docstring in SSL.py
diff --git a/OpenSSL/SSL.py b/OpenSSL/SSL.py index 8fefd8f..aaaea87 100644 --- a/OpenSSL/SSL.py +++ b/OpenSSL/SSL.py
@@ -1888,7 +1888,7 @@ Obtain the protocol version of the current connection. :returns: The TLS version of the current connection, for example - the value for TLS 1.2 would be 0x303. + the value for TLS 1.2 would be ``TLSv1.2``. :rtype: :py:class:`unicode` """ version = _ffi.string(_lib.SSL_get_version(self._ssl))