We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a743920 commit 951401aCopy full SHA for 951401a
bpython/curtsiesfrontend/manual_readline.py
@@ -15,7 +15,7 @@
15
INDENT = 4
16
17
# TODO Allow user config of keybindings for these actions
18
-if py3:
+if not py3:
19
getargspec = lambda func: inspect.getargspec(func)[0]
20
else:
21
getargspec = lambda func: inspect.signature(func).parameters
0 commit comments