summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorkjav <sam.rr.lee@gmail.com>2015-08-25 13:41:18 +0100
committerkjav <sam.rr.lee@gmail.com>2015-08-25 13:41:18 +0100
commit782de79d98d2a8cf16b829b21ba2d88abd153b38 (patch)
treeb9f59d97803310672ff9b1b2ceefed7325378935 /doc/api
parent2db996e1fdee2b2bfb88dddd94e28739b95a2d42 (diff)
downloadpyopenssl-782de79d98d2a8cf16b829b21ba2d88abd153b38.tar.gz
Fixed typo
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/ssl.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/ssl.rst b/doc/api/ssl.rst
index 0548678..5fd0a5a 100644
--- a/doc/api/ssl.rst
+++ b/doc/api/ssl.rst
@@ -595,7 +595,7 @@ Connection objects have the following methods:
Retrieve the list of ciphers used by the Connection object. WARNING: This API
has changed. It used to take an optional parameter and just return a string,
- but not it returns the entire list in one go.
+ but now it returns the entire list in one go.
.. py:method:: Connection.get_protocol_version()