]> granicus.if.org Git - python/commitdiff
#17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe.
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 12 Apr 2013 16:19:21 +0000 (19:19 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 12 Apr 2013 16:19:21 +0000 (19:19 +0300)
Doc/library/socketserver.rst

index e7f668cf075c9e111eef878fc48d8f7dec865593..500b3cb44c5d92ae3f7cfc4944071ada293a3659 100644 (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.