]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in socketserver docstring (GH-11252)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 21 Dec 2018 23:01:34 +0000 (15:01 -0800)
committerGitHub <noreply@github.com>
Fri, 21 Dec 2018 23:01:34 +0000 (15:01 -0800)
commit97d9d90821321ce1603fb0876bba5fd6f62016b4
tree57396356d7a175d79bd3399f855ea8b80da464b7
parentdd3b04ea8ce29d6bce4daca1fc38aaba73d94ab7
Fix typo in socketserver docstring (GH-11252)

Fix typo in the docstring of `service_actions`.
serve_forver -> serve_forever
(cherry picked from commit 6ded8986e039bbd060cf8b768b50cef18ac73e63)

Co-authored-by: Christopher Hunt <chrahunt@gmail.com>
Lib/socketserver.py