diff options
-rw-r--r-- | getting_started_with_ipython/script.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/getting_started_with_ipython/script.rst b/getting_started_with_ipython/script.rst index 7f9b432..4bb14ba 100644 --- a/getting_started_with_ipython/script.rst +++ b/getting_started_with_ipython/script.rst @@ -43,8 +43,8 @@ At the end of this tutorial, you will be able to, 1. invoke the ``ipython`` interpreter . #. quit the ``ipython`` interpreter. - #. navigate in the history of ``ipython``. - #. use of tab-completion for writing ipython functions. + #. navigate the ``ipython`` session history. + #. use tab-completion for writing ipython functions. #. look-up documentation of functions. #. interrupt incomplete or incorrect commands. |