We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bafc090 commit 35bb9eeCopy full SHA for 35bb9ee
bpython/keys.py
@@ -40,4 +40,4 @@
40
41
# fill dispatch with function keys
42
for x in xrange(1,13):
43
- key_dispatch['F%s' % str(x)] = ('KEY_F(%s)') % str(x)
+ key_dispatch['F%s' % str(x)] = ('KEY_F(%s)' % str(x),)
0 commit comments