summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Shaver <dcypherd@gmail.com>2015-05-28 11:52:32 -0400
committerJim Shaver <dcypherd@gmail.com>2015-05-28 11:52:32 -0400
commit58d257327d3cee9ef8dcd03a3e47973d791ed94b (patch)
tree533931de13e90e295982fae1c82b6d13b1f43ca1 /doc
parent208438c9a8c9e2aea7d9a266bf6a8012a0939d7c (diff)
downloadpyopenssl-58d257327d3cee9ef8dcd03a3e47973d791ed94b.tar.gz
Switch get_protocol_version_name back to unicode.
Diffstat (limited to 'doc')
-rw-r--r--doc/api/ssl.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/api/ssl.rst b/doc/api/ssl.rst
index 3315580..bea6e25 100644
--- a/doc/api/ssl.rst
+++ b/doc/api/ssl.rst
@@ -608,9 +608,8 @@ Connection objects have the following methods:
.. py:method:: Connection.get_protocol_version_name()
Retrieve the version of the SSL or TLS protocol used by the Connection.
- For example, it will return ``TLSv1`` in bytes for connections made over
- TLS version 1, or ``Unknown`` for connections that were not successfully
- established.
+ For example, it will return ``TLSv1`` for connections made over TLS version
+ 1, or ``Unknown`` for connections that were not successfully established.
.. py:method:: Connection.get_client_ca_list()