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 6348dce commit 1737679Copy full SHA for 1737679
python/bin/repl_stub.py
@@ -63,7 +63,7 @@ def complete(self, text, state):
63
readline.parse_and_bind("tab: complete")
64
else:
65
print(
66
- "Could not enable tab completion: " "unable to determine readline backend"
+ "Could not enable tab completion: unable to determine readline backend"
67
)
68
except ImportError:
69
0 commit comments