#11109: clean up docs, add whatsnew entry, and fix Justin's last name.

This commit is contained in:
R David Murray 2012-10-01 21:43:46 -04:00
parent 7eb03ddf11
commit 258fabefde
4 changed files with 22 additions and 10 deletions

View file

@ -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.
"""