summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}