diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2023-11-30 07:08:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 07:08:44 (GMT) |
commit | 81261fa67ff82b03c255733b0d1abbbb8a228187 (patch) | |
tree | 5bce11370e4059c2dd466739b0017982ba7a4ec5 /Lib/idlelib/idle_test | |
parent | 37589d76bbe97b0bf13ffafb8dd6aab361a0209a (diff) | |
download | cpython-81261fa67ff82b03c255733b0d1abbbb8a228187.zip cpython-81261fa67ff82b03c255733b0d1abbbb8a228187.tar.gz cpython-81261fa67ff82b03c255733b0d1abbbb8a228187.tar.bz2 |
IDLE: fix config_key htest (#112545)
Change 'Dialog' to 'Window' in two places to match the name of the config_key class being tested.
Diffstat (limited to 'Lib/idlelib/idle_test')
-rw-r--r-- | Lib/idlelib/idle_test/htest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idle_test/htest.py b/Lib/idlelib/idle_test/htest.py index d297f8a..595e51d 100644 --- a/Lib/idlelib/idle_test/htest.py +++ b/Lib/idlelib/idle_test/htest.py @@ -152,7 +152,7 @@ _editor_window_spec = { "Best to close editor first." } -GetKeysDialog_spec = { +GetKeysWindow_spec = { 'file': 'config_key', 'kwds': {'title': 'Test keybindings', 'action': 'find-again', |