Skip to content

Commit 951401a

Browse files
committed
fix logic mistake
1 parent a743920 commit 951401a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/curtsiesfrontend/manual_readline.py

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