projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ebdb61
)
#17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe.
author
Ezio Melotti
<ezio.melotti@gmail.com>
Fri, 12 Apr 2013 16:19:21 +0000
(19:19 +0300)
committer
Ezio Melotti
<ezio.melotti@gmail.com>
Fri, 12 Apr 2013 16:19:21 +0000
(19:19 +0300)
Doc/library/socketserver.rst
patch
|
blob
|
history
diff --git
a/Doc/library/socketserver.rst
b/Doc/library/socketserver.rst
index e7f668cf075c9e111eef878fc48d8f7dec865593..500b3cb44c5d92ae3f7cfc4944071ada293a3659 100644
(file)
--- 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.