From a30811c49fc127f86218cc54a25a61a276c9c367 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Mon, 1 Oct 2012 21:43:46 -0400 Subject: #11109: clean up docs, add whatsnew entry, and fix Justin's last name. --- Lib/socketserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/socketserver.py') diff --git a/Lib/socketserver.py b/Lib/socketserver.py index 261e28e641..a21318d923 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. """ -- cgit v1.2.1