X Tutup
Skip to content

Commit 35bb9ee

Browse files
committed
Tuple for function keys, done right ©
1 parent bafc090 commit 35bb9ee

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