diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-10-02 01:43:46 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-10-02 01:43:46 (GMT) |
commit | 258fabefdefecc83914fc16f79f1131d8ee2dc80 (patch) | |
tree | 30f400a3151f8d9119ba5df9dfcb1ad8b78a5e20 /Lib/socketserver.py | |
parent | 7eb03ddf118c01ef2ae64f013493386f520eb3ec (diff) | |
download | cpython-258fabefdefecc83914fc16f79f1131d8ee2dc80.zip cpython-258fabefdefecc83914fc16f79f1131d8ee2dc80.tar.gz cpython-258fabefdefecc83914fc16f79f1131d8ee2dc80.tar.bz2 |
#11109: clean up docs, add whatsnew entry, and fix Justin's last name.
Diffstat (limited to 'Lib/socketserver.py')
-rw-r--r-- | Lib/socketserver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/socketserver.py b/Lib/socketserver.py index 261e28e..a21318d 100644 --- a/Lib/socketserver.py +++ b/Lib/socketserver.py @@ -562,7 +562,7 @@ class ForkingMixIn: self.collect_children() def service_actions(self): - """Collect the zombie child processes regularly in the ForkingMixin. + """Collect the zombie child processes regularly in the ForkingMixIn. service_actions is called in the BaseServer's serve_forver loop. """ |