loading-data-from-files/script.rst
changeset 384 525ae0d74e47
parent 250 4d8ef03627b5
child 386 003d185136ba
--- a/loading-data-from-files/script.rst	Sat Nov 06 19:18:54 2010 +0530
+++ b/loading-data-from-files/script.rst	Sun Nov 07 00:04:06 2010 +0530
@@ -14,9 +14,11 @@
 
 .. 1. getting started with ``ipython``
      
+.. #[Anand: author and internal reviewer  not mentioned]
 .. Author              : 
    Internal Reviewer   : 
    External Reviewer   :
+   Language Reviewer   : Bhanukiran
    Checklist OK?       : <put date stamp here, if OK> [2010-10-05]
 
 Script
@@ -96,7 +98,7 @@
 ..   cat /home/fossee/pendulum.txt
 
 .. #[Nishanth]: The first column is L values and second is T values
-                from a simle pelculum experiment.
+                from a simple pendulum experiment.
                 Since you are using the variable names later in the
                 script.
                 Not necessary but can be included also.
@@ -133,7 +135,7 @@
 
 Notice, that L and T now contain the first and second columns of data
 from the data file, ``pendulum.txt``, and they are both simple
-sequences. ``unpack=True`` has given us the two columns in to two
+sequences. ``unpack=True`` has given us the two columns into two
 separate sequences instead of one complex sequence. 
 
 {{{ show the slide with loadtxt --- other features }}}