diff --git a/jedi/utils.py b/jedi/utils.py index 57f7827b..1736dfff 100644 --- a/jedi/utils.py +++ b/jedi/utils.py @@ -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: