# HG changeset patch # User Anoop Jacob Thomas # Date 1288251415 -19800 # Node ID 7419836c90c1eacee07affa4762e6c0c287b6bfb # Parent 8988867e04700d78290fb30c9df5c851acaa7f39 made changes to dictionaries sript after internal review. diff -r 8988867e0470 -r 7419836c90c1 dictionaries/script.rst --- 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 - Internal Reviewer : + Internal Reviewer : Puneeth External Reviewer : Checklist 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 }}}