Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bc58eaa

Browse filesBrowse files
committed
Typo.
1 parent c5bb650 commit bc58eaa
Copy full SHA for bc58eaa

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎bpython/urwid.py‎

Copy file name to clipboardExpand all lines: bpython/urwid.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.