summaryrefslogtreecommitdiffstats
path: root/Doc/library/socketserver.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-04-12 16:19:21 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-04-12 16:19:21 (GMT)
commita3b255f275b09d5e12b43832c022df35a4fed9ac (patch)
tree3be232d4172c6c490916a1cbfa73330fe8fd6f59 /Doc/library/socketserver.rst
parent6ebdb61b67133cc6fae0540fb53185fdc957245c (diff)
downloadcpython-a3b255f275b09d5e12b43832c022df35a4fed9ac.zip
cpython-a3b255f275b09d5e12b43832c022df35a4fed9ac.tar.gz
cpython-a3b255f275b09d5e12b43832c022df35a4fed9ac.tar.bz2
#17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe.
Diffstat (limited to 'Doc/library/socketserver.rst')
-rw-r--r--Doc/library/socketserver.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socketserver.rst b/Doc/library/socketserver.rst
index e7f668c..500b3cb 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.