From 795201b2b1e4b71c32d5d24c1dadb4be7d26e4c1 Mon Sep 17 00:00:00 2001 From: Santosh G. Vattam Date: Sat, 24 Oct 2009 11:19:08 +0530 Subject: Minor correction to session 2 day 1 slides. --- day1/session2.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'day1/session2.tex') 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} -- cgit