mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
#17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe.
This commit is contained in:
parent
6ebdb61b67
commit
a3b255f275
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ Server Objects
|
||||||
|
|
||||||
.. method:: BaseServer.service_actions()
|
.. method:: BaseServer.service_actions()
|
||||||
|
|
||||||
This is called in the :meth:`serve_forever` loop. This method is can be
|
This is called in the :meth:`serve_forever` loop. This method can be
|
||||||
overridden by subclasses or mixin classes to perform actions specific to
|
overridden by subclasses or mixin classes to perform actions specific to
|
||||||
a given service, such as cleanup actions.
|
a given service, such as cleanup actions.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue