Skip to content

Commit 97d9d90

Browse files
Fix typo in socketserver docstring (GH-11252)
Fix typo in the docstring of `service_actions`. serve_forver -> serve_forever (cherry picked from commit 6ded898) Co-authored-by: Christopher Hunt <[email protected]>
1 parent dd3b04e commit 97d9d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/socketserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ def handle_timeout(self):
594594
def service_actions(self):
595595
"""Collect the zombie child processes regularly in the ForkingMixIn.
596596
597-
service_actions is called in the BaseServer's serve_forver loop.
597+
service_actions is called in the BaseServer's serve_forever loop.
598598
"""
599599
self.collect_children()
600600

0 commit comments

Comments
 (0)