diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-03-19 15:14:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 15:14:21 (GMT) |
commit | 383a3bec74f0bf0c1b1bef9e0048db389c618452 (patch) | |
tree | bf79b1f70b90a74e4463e5fd592358ea48597951 /Lib/idlelib/configdialog.py | |
parent | 92a6abf72e7a8274f96edbb5297119d4ff055be7 (diff) | |
download | cpython-383a3bec74f0bf0c1b1bef9e0048db389c618452.zip cpython-383a3bec74f0bf0c1b1bef9e0048db389c618452.tar.gz cpython-383a3bec74f0bf0c1b1bef9e0048db389c618452.tar.bz2 |
bpo-46996: IDLE: Drop workarounds for old Tk versions (GH-31962)
Diffstat (limited to 'Lib/idlelib/configdialog.py')
-rw-r--r-- | Lib/idlelib/configdialog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/configdialog.py b/Lib/idlelib/configdialog.py index 6d08936..d5748a6 100644 --- a/Lib/idlelib/configdialog.py +++ b/Lib/idlelib/configdialog.py @@ -1588,7 +1588,7 @@ class WinPage(Frame): win_height_int: Entry > win_height frame_cursor: Frame indent_title: Label - indent_chooser: Spinbox (Combobox < 8.5.9) > indent_spaces + indent_chooser: Spinbox > indent_spaces blink_on: Checkbutton > cursor_blink frame_autocomplete: Frame auto_wait_title: Label |