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 951401a

Browse filesBrowse files
committed
fix logic mistake
1 parent a743920 commit 951401a
Copy full SHA for 951401a

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/curtsiesfrontend/manual_readline.py‎

Copy file name to clipboardExpand all lines: bpython/curtsiesfrontend/manual_readline.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
INDENT = 4
1616

1717
# TODO Allow user config of keybindings for these actions
18-
if py3:
18+
if not py3:
1919
getargspec = lambda func: inspect.getargspec(func)[0]
2020
else:
2121
getargspec = lambda func: inspect.signature(func).parameters

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.