summaryrefslogtreecommitdiff
path: root/Lib/socketserver.py
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-10-01 21:43:46 -0400
committerR David Murray <rdmurray@bitdance.com>2012-10-01 21:43:46 -0400
commita30811c49fc127f86218cc54a25a61a276c9c367 (patch)
tree7ced56624b1711c9cecdcfc11544bdbc88636083 /Lib/socketserver.py
parent89096f0ad9ff82c16fc6aacc032718f8dd733e79 (diff)
downloadcpython-a30811c49fc127f86218cc54a25a61a276c9c367.tar.gz
#11109: clean up docs, add whatsnew entry, and fix Justin's last name.
Diffstat (limited to 'Lib/socketserver.py')
-rw-r--r--Lib/socketserver.py2
1 files changed, 1 insertions, 1 deletions
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.
"""