diff options
Diffstat (limited to 'day1/session2.tex')
-rw-r--r-- | day1/session2.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/day1/session2.tex b/day1/session2.tex index ed30335..635220e 100644 --- a/day1/session2.tex +++ b/day1/session2.tex @@ -312,7 +312,7 @@ This gives \kwrd{tsq} which is the list of squares of \typ{t} values. \begin{frame}[fragile] \frametitle{How to come out of the \texttt{for} loop?} - Hit the ``ENTER'' key twice to come to the previous indentation level + Hit the ``ENTER'' key twice to return to the previous indentation level \begin{lstlisting} In []: for time in t: ....: tsq.append(time*time) |