Skip to content

Commit 325ec83

Browse files
Update Doc/library/socketserver.rst
Co-authored-by: Peter Bierma <[email protected]>
1 parent 910f4a7 commit 325ec83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/socketserver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ There are four basic concrete server classes:
4949

5050
.. attribute:: socket
5151

52-
The socket object on which the server will listen for incoming requests.
52+
The :class:`socket.socket` object on which the server will listen for incoming requests.
5353

5454

5555
.. attribute:: allow_reuse_address

0 commit comments

Comments
 (0)