From: Ezio Melotti Date: Fri, 12 Apr 2013 16:19:21 +0000 (+0300) Subject: #17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe. X-Git-Tag: v3.3.2~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3b255f275b09d5e12b43832c022df35a4fed9ac;p=python #17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe. --- diff --git a/Doc/library/socketserver.rst b/Doc/library/socketserver.rst index e7f668cf07..500b3cb44c 100644 --- a/Doc/library/socketserver.rst +++ b/Doc/library/socketserver.rst @@ -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.