From 58aec644b1706918aa286a4b667dfcf795111b94 2021-07-14 15:54:31 From: André A. Gomes Date: 2021-07-14 15:54:31 Subject: [PATCH] Minor paraphrasing. --- diff --git a/docs/source/interactive/tutorial.rst b/docs/source/interactive/tutorial.rst index bf6fcd1..511e746 100644 --- a/docs/source/interactive/tutorial.rst +++ b/docs/source/interactive/tutorial.rst @@ -90,8 +90,8 @@ completion also works on file and directory names. Starting with IPython 6.0, if ``jedi`` is installed, IPython will try to pull completions from Jedi as well. This allows to not only inspect currently existing objects, but also to infer completion statically without executing -code. There is nothing particular to get this to work, simply use tab completion -on more complex expressions like the following:: +code. There is nothing particular needed to get this to work, simply use tab +completion on more complex expressions like the following:: >>> data = ['Number of users', 123456] ... data[0].