Skip to content

Commit

Permalink
Fix docstring in SSL.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ihamburglar committed Apr 28, 2015
1 parent 50d7d15 commit 6ac2e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenSSL/SSL.py
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,7 @@ def get_protocol_version(self):
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))
Expand Down

0 comments on commit 6ac2e2a

Please sign in to comment.