##// END OF EJS Templates
Minor paraphrasing.
André A. Gomes -
Show More
@@ -90,8 +90,8 b' completion also works on file and directory names.'
90 90 Starting with IPython 6.0, if ``jedi`` is installed, IPython will try to pull
91 91 completions from Jedi as well. This allows to not only inspect currently
92 92 existing objects, but also to infer completion statically without executing
93 code. There is nothing particular to get this to work, simply use tab completion
94 on more complex expressions like the following::
93 code. There is nothing particular needed to get this to work, simply use tab
94 completion on more complex expressions like the following::
95 95
96 96 >>> data = ['Number of users', 123456]
97 97 ... data[0].<tab>
General Comments 0
You need to be logged in to leave comments. Login now