Skip to content

Commit d0acdfc

Browse files
YesmynameisPerryvstinner
authored andcommitted
Fix typo in Lib/socketserver.py (pythonGH-17024)
changed 'This is bad class design, but save some typing' into 'This is bad class design, but saves some typing'.
1 parent a065232 commit d0acdfc

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)