diff options
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 f0377918e8..905df9319e 100644 --- a/Lib/socketserver.py +++ b/Lib/socketserver.py @@ -594,7 +594,7 @@ if hasattr(os, "fork"): def service_actions(self): """Collect the zombie child processes regularly in the ForkingMixIn. - service_actions is called in the BaseServer's serve_forver loop. + service_actions is called in the BaseServer's serve_forever loop. """ self.collect_children() |