FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Tuple for function keys, done right © · di/bpython@35bb9ee · GitHub

/ bpython Public
forked from bpython/bpython

Commit 35bb9ee

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎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)

Back | FazBrowse Home | New Git URL