URL: http://github.com/ipython/ipython/commit/bdf9148c990da208877fb243b157f6c594789dbc
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca1673 commit bdf9148Copy full SHA for bdf9148
1 file changed
docs/source/interactive/tutorial.rst
@@ -90,8 +90,8 @@ completion also works on file and directory names.
90
Starting with IPython 6.0, if ``jedi`` is installed, IPython will try to pull
91
completions from Jedi as well. This allows to not only inspect currently
92
existing objects, but also to infer completion statically without executing
93
-code. There is nothing particular need to get this to work, simply use tab
94
-completion on more complex expressions like the following::
+code. There is nothing particular to get this to work, simply use tab completion
+on more complex expressions like the following::
95
96
>>> data = ['Number of users', 123456]
97
... data[0].<tab>
0 commit comments