Merged with mainline.
authorPuneeth Chaganti <punchagan@fossee.in>
Mon, 26 Oct 2009 12:41:59 +0530
changeset 165 db43a4dfd9dc
parent 164 b03c0d1be31f (current diff)
parent 163 f7aeeedb9aa3 (diff)
child 167 5f13be28532d
child 168 971794400d10
Merged with mainline.
--- a/day1/session2.tex	Mon Oct 26 12:41:06 2009 +0530
+++ b/day1/session2.tex	Mon Oct 26 12:41:59 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}