1
0
forked from VimPlug/jedi

Don't make it sound like Jedi has to be installed with pip

This commit is contained in:
Aaron Meurer
2013-08-10 00:42:34 -06:00
parent 396e19c2fd
commit c60fd21805

View File

@@ -20,7 +20,7 @@ def setup_readline():
from jedi.utils import setup_readline
setup_readline()
except ImportError:
print('Install Jedi with pip! No autocompletion otherwise.')
print('Install Jedi! No autocompletion otherwise.')
"""
try: