mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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'.
This commit is contained in:
parent
a0652328a2
commit
d0acdfcf34
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ For request-based servers (including socket-based):
|
|||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue