We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910f4a7 commit 325ec83Copy full SHA for 325ec83
Doc/library/socketserver.rst
@@ -49,7 +49,7 @@ There are four basic concrete server classes:
49
50
.. attribute:: socket
51
52
- The socket object on which the server will listen for incoming requests.
+ The :class:`socket.socket` object on which the server will listen for incoming requests.
53
54
55
.. attribute:: allow_reuse_address
0 commit comments