Skip to content

Commit

Permalink
Fix typo in Lib/socketserver.py (GH-17024)
Browse files Browse the repository at this point in the history
changed 'This is bad class design, but save some typing'
into 'This is bad class design, but saves some typing'.
  • Loading branch information
YesmynameisPerry authored and vstinner committed Nov 16, 2019
1 parent a065232 commit d0acdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/socketserver.py
Expand Up @@ -24,7 +24,7 @@
The classes in this module favor the server type that is simplest to
write: a synchronous TCP/IP server. This is bad class design, but
save some typing. (There's also the issue that a deep class hierarchy
saves some typing. (There's also the issue that a deep class hierarchy
slows down method lookups.)
There are five classes in an inheritance diagram, four of which represent
Expand Down

0 comments on commit d0acdfc

Please sign in to comment.