diff options
author | Christopher Burns | 2010-06-22 00:03:19 -0700 |
---|---|---|
committer | Christopher Burns | 2010-06-22 00:03:19 -0700 |
commit | 403587de81d3b6263d7b250a1800ab6c4b5cb001 (patch) | |
tree | 4ff48b34fba15ddb86c14853656265188fde9d2b | |
parent | 5a65ec2108387208dc541a3507dbf45a158c4a97 (diff) | |
parent | 2dd2f7f45d2fdd7ef77aea1af670fdd8beda3790 (diff) | |
download | workshops-more-scipy-403587de81d3b6263d7b250a1800ab6c4b5cb001.tar.gz workshops-more-scipy-403587de81d3b6263d7b250a1800ab6c4b5cb001.tar.bz2 workshops-more-scipy-403587de81d3b6263d7b250a1800ab6c4b5cb001.zip |
Merge changes from Prabhu.
--HG--
branch : scipy2010
-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} |