]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in Lib/socketserver.py (GH-17024)
authorJason (Perry) Taylor <jtaylor@seek.com.au>
Sat, 16 Nov 2019 18:14:45 +0000 (05:14 +1100)
committerVictor Stinner <vstinner@python.org>
Sat, 16 Nov 2019 18:14:45 +0000 (19:14 +0100)
commitd0acdfcf345b44b01e59f3623dcdab6279de686a
tree58e05c82ac3f69f870585cdf9046800b27fb0477
parenta0652328a26757a90d63697b5c01f5427b1132b5
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'.
Lib/socketserver.py