Skip to content

Commit 6ded898

Browse files
chrahuntmiss-islington
authored andcommitted
Fix typo in socketserver docstring (GH-11252)
Fix typo in the docstring of `service_actions`. serve_forver -> serve_forever
1 parent d3bbc52 commit 6ded898

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)