summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnoop Jacob Thomas2010-10-28 13:06:55 +0530
committerAnoop Jacob Thomas2010-10-28 13:06:55 +0530
commit98a88e2df74934852e9b7da1d395d2386df6cf65 (patch)
tree7e6317aea51bded5f61264f482e5643f4f009a17
parentb99067e0febcfdadd2c6b42fb18d16ded39ac6cb (diff)
downloadst-scripts-98a88e2df74934852e9b7da1d395d2386df6cf65.tar.gz
st-scripts-98a88e2df74934852e9b7da1d395d2386df6cf65.tar.bz2
st-scripts-98a88e2df74934852e9b7da1d395d2386df6cf65.zip
made changes to dictionaries sript after internal review.
-rw-r--r--dictionaries/script.rst8
1 files changed, 4 insertions, 4 deletions
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 <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 @@ 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 }}}