summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPuneeth Chaganti2009-10-26 12:41:59 +0530
committerPuneeth Chaganti2009-10-26 12:41:59 +0530
commit44eb8c3972b5ae70c66a8678d02292f526fc0a8c (patch)
treeea686118528fd77a75849917d7c6042656b7c1e1
parent10ac170d5ea07aa3fbec1377245da9e4f21359e5 (diff)
parent2c17abb44c8d85d158ab61cf8818432822737d4f (diff)
downloadworkshops-more-scipy-44eb8c3972b5ae70c66a8678d02292f526fc0a8c.tar.gz
workshops-more-scipy-44eb8c3972b5ae70c66a8678d02292f526fc0a8c.tar.bz2
workshops-more-scipy-44eb8c3972b5ae70c66a8678d02292f526fc0a8c.zip
Merged with mainline.
-rw-r--r--day1/session2.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/day1/session2.tex b/day1/session2.tex
index 1a161e3..431f495 100644
--- a/day1/session2.tex
+++ b/day1/session2.tex
@@ -347,7 +347,7 @@ Anything within ``quotes'' is a string!
\begin{lstlisting}
In []: line = 'hello world'
-In []: a.split()
+In []: line.split()
Out[]: ['hello', 'world']
\end{lstlisting}
This is what happens with \typ{line}