From cfa6e6b6331dffd50196039615353e740729e0a6 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Tue, 22 Jun 2010 00:06:31 -0400 Subject: Minor edits. --HG-- branch : scipy2010 --- day2/session1.tex | 4 ++-- 1 file 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} -- cgit