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

Commitf04d2b8

Browse files
authored
Doc: Fix duplicate words in idlelib (#136089)
1 parent5334732 commitf04d2b8

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

‎Lib/idlelib/configdialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def on_fontlist_select(self, event):
435435
self.font_name.set(font.lower())
436436

437437
defset_samples(self,event=None):
438-
"""Updateupdateboth screen samples with the font settings.
438+
"""Update both screen samples with the font settings.
439439
440440
Called on font initialization and change events.
441441
Accesses font_name, font_size, and font_bold Variables.

‎Lib/idlelib/debugger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Debug user code with a GUI interface to a subclass of bdb.Bdb.
22
3-
The Idb idb and Debugger gui instances eachneeda reference to each
3+
The Idbinstance 'idb' and Debuggerinstance 'gui'needreferences to each
44
other or to an rpc proxy for each other.
55
66
If IDLE is started with '-n', so that user code and idb both run in the

‎Lib/idlelib/editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,7 @@ def tokeneater(self, type, token, start, end, line,
16491649
self.finished=1
16501650

16511651
defrun(self):
1652-
"""Return 2 lines containing block opener andandindent.
1652+
"""Return 2 lines containing block opener and indent.
16531653
16541654
Either the indent line or both may be None.
16551655
"""

‎Lib/idlelib/idle_test/htest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
'file':'tree',
338338
'kwds': {},
339339
'msg':"The canvas is scrollable.\n"
340-
"Click on folders up totothe lowest level."
340+
"Click on folders up to the lowest level."
341341
}
342342

343343
_undo_delegator_spec= {

‎Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ Dean Draayer
478478
Fred L. Drake, Jr.
479479
Mehdi Drissi
480480
Derk Drukker
481+
Weilin Du
481482
John DuBois
482483
Paul Dubois
483484
Jacques Ducasse

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp