summaryrefslogtreecommitdiff
path: root/day1
diff options
context:
space:
mode:
authorPuneeth Chaganti2009-10-28 19:36:59 +0530
committerPuneeth Chaganti2009-10-28 19:36:59 +0530
commit6335b6f3bcbffef9da06c0f5f538b58477c11f73 (patch)
tree0366cf05c7dffe1455f3ebf3b3716ff5f26c8923 /day1
parent335a58f53c1cb9fd75ac017c44618f218264495d (diff)
parent7e7f83c272eb6bef27eb407a111a321a7fe83368 (diff)
downloadworkshops-more-scipy-6335b6f3bcbffef9da06c0f5f538b58477c11f73.tar.gz
workshops-more-scipy-6335b6f3bcbffef9da06c0f5f538b58477c11f73.tar.bz2
workshops-more-scipy-6335b6f3bcbffef9da06c0f5f538b58477c11f73.zip
Merged with mainline.
Diffstat (limited to 'day1')
-rw-r--r--day1/session2.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/day1/session2.tex b/day1/session2.tex
index 4f4b195..09b4ad7 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}