mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-16 02:27:06 +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.
|
||||
>>> import os
|
||||
>>> os.path.join('a', 'b').split().in<TAB> # doctest: +SKIP
|
||||
...dex os.path.join().split().insert
|
||||
..dex ..sert
|
||||
|
||||
"""
|
||||
import jedi.utils
|
||||
|
||||
Reference in New Issue
Block a user