summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantosh G. Vattam2009-10-28 17:19:02 +0530
committerSantosh G. Vattam2009-10-28 17:19:02 +0530
commit410006fd6b5866551c0d33c01e05af36cc6a6798 (patch)
treeeeea58c07eb0de329682f816e99dcd7a8a6c657a
parent3df8e49d122f6a73828b69283ffb7e9a962c7a6b (diff)
downloadworkshops-more-scipy-410006fd6b5866551c0d33c01e05af36cc6a6798.tar.gz
workshops-more-scipy-410006fd6b5866551c0d33c01e05af36cc6a6798.tar.bz2
workshops-more-scipy-410006fd6b5866551c0d33c01e05af36cc6a6798.zip
Minor changes to session 2 day 1.
-rw-r--r--day1/session2.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/day1/session2.tex b/day1/session2.tex
index d87daf6..99c77f3 100644
--- a/day1/session2.tex
+++ b/day1/session2.tex
@@ -226,7 +226,7 @@ Out[]: [<matplotlib.lines.Line2D object at 0xa73aa8c>]
\section{Lists}
\begin{frame}[fragile]
\frametitle{How to create the data?}
-What are \typ{x} and \typ{y} here??\\
+What were \typ{x} and \typ{y}??\\
\begin{center}
\alert{\typ{lists!!}}
\end{center}
@@ -426,7 +426,7 @@ In []: plot(L, TSq, '.')
\typ{In []: for line in open('pendulum.txt'):}
\begin{itemize}
\item opening file `pendulum.txt'
-\item iterating through file using variable \typ{line}
+\item iterating through the file by reading each line into variable \typ{line}
\item \typ{line} is a \kwrd{string} variable
\end{itemize}
\end{frame}