Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite7c495e

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 commitd0acdfc)Co-authored-by: Jason (Perry) Taylor <jtaylor@seek.com.au>
1 parent6f602fb commite7c495e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Lib/socketserver.py‎

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp