diff options
-rw-r--r-- | day2/session1.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/day2/session1.tex b/day2/session1.tex index f21e9c0..8872758 100644 --- a/day2/session1.tex +++ b/day2/session1.tex @@ -79,7 +79,7 @@ \author[FOSSEE Team] {The FOSSEE Group} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} -\date[] {1 May, 2010\\Day 2, Session 1} +\date[] {SciPy 2010, Introductory tutorials\\Day 2, Session 1} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo} @@ -458,7 +458,7 @@ In []: a = raw_input('Enter a value: ') Enter a value: 5 \end{lstlisting} \item Prompt string is optional. - \item All keystrokes are Strings! + \item All keystrokes are strings! \item \texttt{int()} converts string to int. \end{itemize} \end{frame} |