Minor correction to session 2 day 1 slides.
authorSantosh G. Vattam <vattam.santosh@gmail.com>
Sat, 24 Oct 2009 11:19:08 +0530
changeset 163 f7aeeedb9aa3
parent 162 1af425d33eba
child 165 db43a4dfd9dc
child 166 ddfd95133adc
Minor correction to session 2 day 1 slides.
day1/session2.tex
--- a/day1/session2.tex	Fri Oct 23 19:13:37 2009 +0530
+++ b/day1/session2.tex	Sat Oct 24 11:19:08 2009 +0530
@@ -347,7 +347,7 @@
   \begin{lstlisting}
 In []: line = 'hello world'
 
-In []: a.split()
+In []: line.split()
 Out[]: ['hello', 'world']
   \end{lstlisting}
 This is what happens with \typ{line}