mirror of
https://github.com/python/cpython.git
synced 2025-11-12 03:22:06 +00:00
[3.14] Doc: Fix duplicate words in idlelib (GH-136089) (#136090)
Doc: Fix duplicate words in idlelib (GH-136089)
(cherry picked from commit f04d2b8819)
Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
This commit is contained in:
parent
c66b54f361
commit
7df3eee645
5 changed files with 5 additions and 4 deletions
|
|
@ -435,7 +435,7 @@ def on_fontlist_select(self, event):
|
||||||
self.font_name.set(font.lower())
|
self.font_name.set(font.lower())
|
||||||
|
|
||||||
def set_samples(self, event=None):
|
def set_samples(self, event=None):
|
||||||
"""Update update both screen samples with the font settings.
|
"""Update both screen samples with the font settings.
|
||||||
|
|
||||||
Called on font initialization and change events.
|
Called on font initialization and change events.
|
||||||
Accesses font_name, font_size, and font_bold Variables.
|
Accesses font_name, font_size, and font_bold Variables.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
"""Debug user code with a GUI interface to a subclass of bdb.Bdb.
|
"""Debug user code with a GUI interface to a subclass of bdb.Bdb.
|
||||||
|
|
||||||
The Idb idb and Debugger gui instances each need a reference to each
|
The Idb instance 'idb' and Debugger instance 'gui' need references to each
|
||||||
other or to an rpc proxy for each other.
|
other or to an rpc proxy for each other.
|
||||||
|
|
||||||
If IDLE is started with '-n', so that user code and idb both run in the
|
If IDLE is started with '-n', so that user code and idb both run in the
|
||||||
|
|
|
||||||
|
|
@ -1649,7 +1649,7 @@ def tokeneater(self, type, token, start, end, line,
|
||||||
self.finished = 1
|
self.finished = 1
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
"""Return 2 lines containing block opener and and indent.
|
"""Return 2 lines containing block opener and indent.
|
||||||
|
|
||||||
Either the indent line or both may be None.
|
Either the indent line or both may be None.
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
|
|
@ -337,7 +337,7 @@
|
||||||
'file': 'tree',
|
'file': 'tree',
|
||||||
'kwds': {},
|
'kwds': {},
|
||||||
'msg': "The canvas is scrollable.\n"
|
'msg': "The canvas is scrollable.\n"
|
||||||
"Click on folders up to to the lowest level."
|
"Click on folders up to the lowest level."
|
||||||
}
|
}
|
||||||
|
|
||||||
_undo_delegator_spec = {
|
_undo_delegator_spec = {
|
||||||
|
|
|
||||||
|
|
@ -478,6 +478,7 @@ Dean Draayer
|
||||||
Fred L. Drake, Jr.
|
Fred L. Drake, Jr.
|
||||||
Mehdi Drissi
|
Mehdi Drissi
|
||||||
Derk Drukker
|
Derk Drukker
|
||||||
|
Weilin Du
|
||||||
John DuBois
|
John DuBois
|
||||||
Paul Dubois
|
Paul Dubois
|
||||||
Jacques Ducasse
|
Jacques Ducasse
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue