]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in Lib/socketserver.py (GH-17024)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 16 Nov 2019 18:35:08 +0000 (10:35 -0800)
committerGitHub <noreply@github.com>
Sat, 16 Nov 2019 18:35:08 +0000 (10:35 -0800)
commite7c495e32cb22a5334a75d5b0e848a8cd752717e
treec0e17c03eb876cab7722a230a589a2db5050df1e
parent6f602fbd3568ed7bebadfa3c7d3de40a271216f9
Fix typo in Lib/socketserver.py (GH-17024)

changed 'This is bad class design, but save some typing'
into 'This is bad class design, but saves some typing'.
(cherry picked from commit d0acdfcf345b44b01e59f3623dcdab6279de686a)

Co-authored-by: Jason (Perry) Taylor <jtaylor@seek.com.au>
Lib/socketserver.py