Skip to content

Commit 1bba3b5

Browse files
authored
Update configdialog.py
1 parent a7a260c commit 1bba3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
def set_samples(self, event=None):
438-
"""Update both screen samples with the font settings.
438+
"""Update 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.

0 commit comments

Comments
 (0)