diff options
Diffstat (limited to 'doc/api/ssl.rst')
-rw-r--r-- | doc/api/ssl.rst | 5 |
1 files changed, 1 insertions, 4 deletions
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 @@ Connection objects have the following methods: 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() |