aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/config_key.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2023-11-30 02:08:44 -0500
committerGitHub <noreply@github.com>2023-11-30 07:08:44 +0000
commit81261fa67ff82b03c255733b0d1abbbb8a228187 (patch)
tree5bce11370e4059c2dd466739b0017982ba7a4ec5 /Lib/idlelib/config_key.py
parent37589d76bbe97b0bf13ffafb8dd6aab361a0209a (diff)
downloadcpython-81261fa67ff82b03c255733b0d1abbbb8a228187.tar.gz
cpython-81261fa67ff82b03c255733b0d1abbbb8a228187.zip
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/config_key.py')
-rw-r--r--Lib/idlelib/config_key.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/config_key.py b/Lib/idlelib/config_key.py
index bb07231cd59..e5f67e8d406 100644
--- a/Lib/idlelib/config_key.py
+++ b/Lib/idlelib/config_key.py
@@ -351,4 +351,4 @@ if __name__ == '__main__':
main('idlelib.idle_test.test_config_key', verbosity=2, exit=False)
from idlelib.idle_test.htest import run
- run(GetKeysDialog)
+ run(GetKeysWindow)