summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/config_key.py
diff options
context:
space:
mode:
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 5556b76..3a865f8 100644
--- a/Lib/idlelib/config_key.py
+++ b/Lib/idlelib/config_key.py
@@ -14,7 +14,7 @@ class GetKeysDialog(Toplevel):
keyerror_title = 'Key Sequence Error'
def __init__(self, parent, title, action, currentKeySequences,
- _htest=False, _utest=False):
+ *, _htest=False, _utest=False):
"""
action - string, the name of the virtual event these keys will be
mapped to