From 98a88e2df74934852e9b7da1d395d2386df6cf65 Mon Sep 17 00:00:00 2001 From: Anoop Jacob Thomas Date: Thu, 28 Oct 2010 13:06:55 +0530 Subject: made changes to dictionaries sript after internal review. --- dictionaries/script.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dictionaries/script.rst') diff --git a/dictionaries/script.rst b/dictionaries/script.rst index c3539f6..00dfb18 100644 --- a/dictionaries/script.rst +++ b/dictionaries/script.rst @@ -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 @@ data structures that provide key-value mappings. Dictionaries are 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 }}} -- cgit