We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a260c commit 1bba3b5Copy full SHA for 1bba3b5
Lib/idlelib/configdialog.py
@@ -435,7 +435,7 @@ def on_fontlist_select(self, event):
435
self.font_name.set(font.lower())
436
437
def set_samples(self, event=None):
438
- """Update both screen samples with the font settings.
+ """Update update both screen samples with the font settings.
439
440
Called on font initialization and change events.
441
Accesses font_name, font_size, and font_bold Variables.
0 commit comments