# HG changeset patch # User Puneeth Chaganti # Date 1256541119 -19800 # Node ID db43a4dfd9dc1527dc5b6105b81e38d9366c320e # Parent b03c0d1be31ff5194f1ef10641c6715b0640f3d3# Parent f7aeeedb9aa3f0ec2006d37acdaa2a8c43c20441 Merged with mainline. diff -r b03c0d1be31f -r db43a4dfd9dc day1/session2.tex --- 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}