summaryrefslogtreecommitdiff
path: root/loading-data-from-files/script.rst
diff options
context:
space:
mode:
Diffstat (limited to 'loading-data-from-files/script.rst')
-rw-r--r--loading-data-from-files/script.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/loading-data-from-files/script.rst b/loading-data-from-files/script.rst
index ff4ce19..421afac 100644
--- a/loading-data-from-files/script.rst
+++ b/loading-data-from-files/script.rst
@@ -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 @@ equal number of rows.
.. 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 @@ Let us now, print the variables L and T, to see what they contain.
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 }}}