diff options
author | Jovina | 2011-08-05 17:27:32 +0530 |
---|---|---|
committer | Jovina | 2011-08-05 17:27:32 +0530 |
commit | a8536df03c79838e7a66d8694954fae6e98abf7f (patch) | |
tree | aefb4f9b9e0cc3197e084c843d4e0f7577bed4d5 /getting_started_with_ipython | |
parent | 0d45c3c4d2f3d675ae9c8157de55906f5182675a (diff) | |
download | st-scripts-a8536df03c79838e7a66d8694954fae6e98abf7f.tar.gz st-scripts-a8536df03c79838e7a66d8694954fae6e98abf7f.tar.bz2 st-scripts-a8536df03c79838e7a66d8694954fae6e98abf7f.zip |
Fixed 'getting started with =ipython= ' accordind to 2_col_format.
Diffstat (limited to 'getting_started_with_ipython')
-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 |