Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5469bc0

Browse files
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 d0acdfc) Co-authored-by: Jason (Perry) Taylor <[email protected]>
1 parent 208a6a1 commit 5469bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/socketserver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
2525
The classes in this module favor the server type that is simplest to
2626
write: a synchronous TCP/IP server. This is bad class design, but
27-
save some typing. (There's also the issue that a deep class hierarchy
27+
saves some typing. (There's also the issue that a deep class hierarchy
2828
slows down method lookups.)
2929
3030
There are five classes in an inheritance diagram, four of which represent

0 commit comments

Comments
 (0)