Commit 6ded8986 authored by Christopher Hunt's avatar Christopher Hunt Committed by Miss Islington (bot)

Fix typo in socketserver docstring (GH-11252)



Fix typo in the docstring of `service_actions`.
serve_forver -> serve_forever
parent d3bbc524
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment