diff -r 162e3e453920 -r cb17c87b090e day1/session2.tex --- a/day1/session2.tex Thu Jan 21 15:26:11 2010 +0530 +++ b/day1/session2.tex Thu Jan 21 17:14:52 2010 +0530 @@ -353,7 +353,7 @@ \begin{frame}[fragile] \frametitle{Plotting from \typ{pendulum.txt}} -Open a new script and type the following: +Type the following in an editor. Save as \typ{pend\_pl.py} \begin{lstlisting} l = [] t = [] @@ -372,8 +372,8 @@ \begin{frame} \frametitle{Save and run} \begin{itemize} - \item Save as pendulum\_plot.py. - \item Run using \kwrd{\%run -i pendulum\_plot.py} + \item Save as \typ{pend\_pl.py} + \item Run using \kwrd{\%run -i pend\_pl.py} \end{itemize} \end{frame}