commit | 782de79d98d2a8cf16b829b21ba2d88abd153b38 | [log] [tgz] |
---|---|---|
author | kjav <sam.rr.lee@gmail.com> | Tue Aug 25 13:41:18 2015 +0100 |
committer | kjav <sam.rr.lee@gmail.com> | Tue Aug 25 13:41:18 2015 +0100 |
tree | b9f59d97803310672ff9b1b2ceefed7325378935 | |
parent | 2db996e1fdee2b2bfb88dddd94e28739b95a2d42 [diff] [blame] |
Fixed typo
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 @@ 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()