fix doctest problem

This commit is contained in:
David Halter
2013-08-05 15:35:46 +04:30
parent cea1d265a6
commit 57ab3cf92c

View File

@@ -97,10 +97,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: