From 57ab3cf92cd2b7f248bb8d2706c6fa41ed448e80 Mon Sep 17 00:00:00 2001 From: David Halter Date: Mon, 5 Aug 2013 15:35:46 +0430 Subject: [PATCH] fix doctest problem --- jedi/utils.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jedi/utils.py b/jedi/utils.py index 50b0cc30..45b4ef9c 100644 --- a/jedi/utils.py +++ b/jedi/utils.py @@ -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: