1
0
forked from VimPlug/jedi

Merge branch 'dev' into repl

This commit is contained in:
David Halter
2013-08-05 15:35:59 +04:30

View File

@@ -17,10 +17,10 @@ def setup_readline():
``$HOME/.pythonrc.py``), you can add this piece of code:
>>> try:
>>> from jedi.utils import setup_readline
>>> setup_readline()
>>> except ImportError:
>>> print('Install Jedi with pip! No autocompletion otherwise.')
... from jedi.utils import setup_readline
... setup_readline()
... except ImportError:
... print('Install Jedi with pip! No autocompletion otherwise.')
"""
try: