Skip to content

Commit 0f7dd2c

Browse files
committed
documentation fix
1 parent ded8bb4 commit 0f7dd2c

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
@@ -20,7 +20,7 @@ There are four basic concrete server classes:
2020
This uses the internet TCP protocol, which provides for
2121
continuous streams of data between the client and server.
2222
If *bind_and_activate* is true, the constructor automatically attempts to
23-
invoke :meth:`~BaseServer.server_bind` and
23+
invoke :meth:`~TCPServer.server_bind` and
2424
:meth:`~BaseServer.server_activate`. The other parameters are passed to
2525
the :class:`BaseServer` base class.
2626

0 commit comments

Comments
 (0)