dictionaries/script.rst
changeset 370 7419836c90c1
parent 355 75a182d6e908
child 478 5083394605e0
--- a/dictionaries/script.rst	Thu Oct 28 12:46:14 2010 +0530
+++ b/dictionaries/script.rst	Thu Oct 28 13:06:55 2010 +0530
@@ -18,7 +18,7 @@
 ..   #. basic datatypes.
      
 .. Author              : Anoop Jacob Thomas <anoop@fossee.in>
-   Internal Reviewer   : 
+   Internal Reviewer   : Puneeth
    External Reviewer   :
    Checklist OK?       : <put date stamp here, if OK> [2010-10-05]
 
@@ -47,12 +47,12 @@
 similar to lists except that instead of the values having integer
 indexes, dictionaries have keys or strings as indexes.
 
-Before we can proceed, start your IPython interpreter with the
-``-pylab`` option.
+We need ipython interpreter for this tutorial, start it by issuing the
+command ``ipython`` in command line.
 
 .. #[Puneeth: We don't need pylab]
 
-{{{ start ipython interpreter by issuing command ipython -pylab }}}
+{{{ start ipython interpreter by issuing command ipython }}}
 
 {{{ switch to next slide, Creating dictionary }}}