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 ded8bb4 commit 0f7dd2cCopy full SHA for 0f7dd2c
Doc/library/socketserver.rst
@@ -20,7 +20,7 @@ There are four basic concrete server classes:
20
This uses the internet TCP protocol, which provides for
21
continuous streams of data between the client and server.
22
If *bind_and_activate* is true, the constructor automatically attempts to
23
- invoke :meth:`~BaseServer.server_bind` and
+ invoke :meth:`~TCPServer.server_bind` and
24
:meth:`~BaseServer.server_activate`. The other parameters are passed to
25
the :class:`BaseServer` base class.
26
0 commit comments