Skip to content

Commit bc58eaa

Browse files
committed
Typo.
1 parent c5bb650 commit bc58eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/urwid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def decoding_input_filter(keys, raw):
169169
encoding = locale.getpreferredencoding()
170170
converted_keys = list()
171171
for key in keys:
172-
if isinstance(keys, basestring):
172+
if isinstance(key, basestring):
173173
converted_keys.append(key.decode(encoding))
174174
else:
175175
converted_keys.append(key)

0 commit comments

Comments
 (0)