diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-11-30 08:29:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 08:29:23 (GMT) |
commit | 03ac9e6ee1aacb1ab42788c40e8465a6e5c46532 (patch) | |
tree | 8872a10042ad0e803439074c27d276a9432442f6 /Lib/idlelib/idle_test/htest.py | |
parent | f6edb83fe97f9e0a20a56e18a11a688229d52c76 (diff) | |
download | cpython-03ac9e6ee1aacb1ab42788c40e8465a6e5c46532.zip cpython-03ac9e6ee1aacb1ab42788c40e8465a6e5c46532.tar.gz cpython-03ac9e6ee1aacb1ab42788c40e8465a6e5c46532.tar.bz2 |
[3.11] IDLE: fix config_key htest (GH-112545) (#112547)
Change 'Dialog' to 'Window' in two places to match the name of the config_key class being tested.
(cherry picked from commit 81261fa67ff82b03c255733b0d1abbbb8a228187)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Lib/idlelib/idle_test/htest.py')
-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', |