Issue #22564: ssl doc: use "class" marker to document the SSLSocket class

This commit is contained in:
Victor Stinner 2014-10-10 12:06:51 +02:00
parent 41f92c2818
commit 3c3d3c73f3

View file

@ -755,6 +755,8 @@ Constants
SSL Sockets SSL Sockets
----------- -----------
.. class:: SSLSocket(socket.socket)
SSL sockets provide the following methods of :ref:`socket-objects`: SSL sockets provide the following methods of :ref:`socket-objects`:
- :meth:`~socket.socket.accept()` - :meth:`~socket.socket.accept()`