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 c72bde7..93dabb0 100644 --- a/getting_started_with_ipython/script.rst +++ b/getting_started_with_ipython/script.rst @@ -54,8 +54,8 @@ At the end of this tutorial, you will be able to, .. R3 -IPython is an enhanced Python interpreter that provides features like -tabcompletion, easier access to help and many other functionalities +IPython is an enhanced Python interpreter that provides features +like tabcompletion, easier access to help and many other functionalities which are not available in the vannila Python interpreter. Let us first see how to start the ``ipython`` interpreter.First |