]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] IDLE: fix config_key htest (GH-112545) (#112546)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 Nov 2023 08:29:59 +0000 (09:29 +0100)
committerGitHub <noreply@github.com>
Thu, 30 Nov 2023 08:29:59 +0000 (03:29 -0500)
commit46adf6b701c440e047abf925df9a75aae50233bf
tree9fbbd16405849877e12894f7564036168316a922
parent749c8fdafbc924a2b37637d9a28b8c4accfdd1ae
[3.12] IDLE: fix config_key htest (GH-112545) (#112546)

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>
Lib/idlelib/config_key.py
Lib/idlelib/idle_test/htest.py