day1/session1.tex
branchscipy2010
changeset 413 984d8a3394cc
parent 407 b5d3b5ddac7b
child 414 68ef3dced7a0
--- a/day1/session1.tex	Mon Jun 21 00:49:03 2010 -0400
+++ b/day1/session1.tex	Sun Jun 20 22:42:38 2010 -0700
@@ -159,11 +159,11 @@
     \item Editor - we recommend \alert{scite}
     \item Data files: 
       \begin{itemize}
-      \item \typ{sslc1.txt}
+      \item \typ{anag.txt}
+      \item \typ{holmes.txt}
       \item \typ{pendulum.txt}
       \item \typ{pos.txt}
-      \item \typ{holmes.txt}
-      \item \typ{anag.txt}
+      \item \typ{sslc1.txt}
       \end{itemize}
     \item Python scripts: 
       \begin{itemize}
@@ -531,9 +531,9 @@
         \vspace*{0.5in}
     \item Try: 
 \begin{lstlisting}
-In []: plot?
+In []: plot??
 \end{lstlisting}
-    to see source code
+    to see the source code for \typ{plot}
 
 \end{itemize}