mirror of
https://github.com/python/cpython.git
synced 2025-11-12 07:02:33 +00:00
Issue #22564: ssl doc: use "class" marker to document the SSLSocket class
This commit is contained in:
parent
41f92c2818
commit
3c3d3c73f3
1 changed files with 24 additions and 22 deletions
|
|
@ -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()`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue