]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] IDLE: fix config_key htest (GH-112545) (#112547)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 Nov 2023 08:29:23 +0000 (09:29 +0100)
committerGitHub <noreply@github.com>
Thu, 30 Nov 2023 08:29:23 +0000 (03:29 -0500)
commit03ac9e6ee1aacb1ab42788c40e8465a6e5c46532
tree8872a10042ad0e803439074c27d276a9432442f6
parentf6edb83fe97f9e0a20a56e18a11a688229d52c76
[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>
Lib/idlelib/config_key.py
Lib/idlelib/idle_test/htest.py