mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
IDLE: fix config_key htest (#112545)
Change 'Dialog' to 'Window' in two places to match the name of the config_key class being tested.
This commit is contained in:
parent
37589d76bb
commit
81261fa67f
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue