mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-18 03:25:55 +08:00
Fix doctest for replstartup
This commit is contained in:
@@ -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.
|
Type "help", "copyright", "credits" or "license" for more information.
|
||||||
>>> import os
|
>>> import os
|
||||||
>>> os.path.join('a', 'b').split().in<TAB> # doctest: +SKIP
|
>>> os.path.join('a', 'b').split().in<TAB> # doctest: +SKIP
|
||||||
...dex os.path.join().split().insert
|
..dex ..sert
|
||||||
|
|
||||||
"""
|
"""
|
||||||
import jedi.utils
|
import jedi.utils
|
||||||
|
|||||||
Reference in New Issue
Block a user