X Tutup
Skip to content

Commit bafc090

Browse files
committed
Tuple function keys
1 parent 45043c3 commit bafc090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040

4141
# fill dispatch with function keys
4242
for x in xrange(1,13):
43-
key_dispatch['F%s' % str(x)] = 'KEY_F(%s)' % str(x)
43+
key_dispatch['F%s' % str(x)] = ('KEY_F(%s)') % str(x)

0 commit comments

Comments
 (0)
X Tutup