summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/configdialog.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-03-19 15:14:21 (GMT)
committerGitHub <noreply@github.com>2022-03-19 15:14:21 (GMT)
commit383a3bec74f0bf0c1b1bef9e0048db389c618452 (patch)
treebf79b1f70b90a74e4463e5fd592358ea48597951 /Lib/idlelib/configdialog.py
parent92a6abf72e7a8274f96edbb5297119d4ff055be7 (diff)
downloadcpython-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.py2
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