day1/session2.tex
changeset 362 26c215c5a53b
parent 352 b44d7bcc6609
child 365 2cda9b04f142
--- a/day1/session2.tex	Thu Jan 21 15:39:26 2010 +0530
+++ b/day1/session2.tex	Fri Jan 22 20:00:45 2010 +0530
@@ -312,7 +312,7 @@
 
 \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)