commit | ea94f2bfd5d2a81e110f863793bdae967a1288f9 | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Sun Mar 13 16:17:53 2016 +0100 |
committer | Hynek Schlawack <hs@ox.cx> | Mon Mar 14 14:54:13 2016 +0100 |
tree | edd88cffd952e12e3aefd5472f0e25ff99356505 | |
parent | 16c3dc2cad3fc2e0ee4349b1c35c76f6534f2fb1 [diff] [blame] |
Rename state_name to get_state_name A bit more consistent naming. Rename is possible because the method hasn't been part of a release yet.
diff --git a/doc/api/ssl.rst b/doc/api/ssl.rst index e3fe8c9..d144cfd 100644 --- a/doc/api/ssl.rst +++ b/doc/api/ssl.rst
@@ -770,10 +770,7 @@ BIO. -.. py:method:: Connection.state_string() - - Retrieve a verbose string detailing the state of the Connection. - +.. automethod:: Connection.get_state_string .. py:method:: Connection.client_random()