From e0c682977c69a74e7b5db4cd716dbfe527fe3ee9 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 11 Mar 2018 22:19:35 +0100 Subject: [PATCH] Fix doctest for replstartup --- jedi/api/replstartup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jedi/api/replstartup.py b/jedi/api/replstartup.py index b2dfdcfe..4c44a626 100644 --- a/jedi/api/replstartup.py +++ b/jedi/api/replstartup.py @@ -12,7 +12,7 @@ Then you will be able to use Jedi completer in your Python interpreter:: Type "help", "copyright", "credits" or "license" for more information. >>> import os >>> os.path.join('a', 'b').split().in # doctest: +SKIP - ...dex os.path.join().split().insert + ..dex ..sert """ import jedi.utils