]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in socketserver docstring (GH-11252)
authorChristopher Hunt <chrahunt@gmail.com>
Fri, 21 Dec 2018 22:22:09 +0000 (17:22 -0500)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 21 Dec 2018 22:22:09 +0000 (14:22 -0800)
commit6ded8986e039bbd060cf8b768b50cef18ac73e63
tree80fad8dd852f4b782c6a98e04127ddc9ee1c2c07
parentd3bbc5241363d5fa4e749fe509c97c12501ae966
Fix typo in socketserver docstring (GH-11252)

Fix typo in the docstring of `service_actions`.
serve_forver -> serve_forever
Lib/socketserver.py