#17653: merge with 3.3.

This commit is contained in:
Ezio Melotti 2013-04-12 19:19:45 +03:00
commit 3121e32952
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ Server Objects
.. 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
a given service, such as cleanup actions.