summaryrefslogtreecommitdiff
path: root/day2
diff options
context:
space:
mode:
authorPrabhu Ramachandran2010-06-22 00:06:31 -0400
committerPrabhu Ramachandran2010-06-22 00:06:31 -0400
commitcfa6e6b6331dffd50196039615353e740729e0a6 (patch)
tree591fc494158df4f21758668d76ebe9794e425572 /day2
parent7dc01286a549a467c0a04b4f6ed42d80c050889a (diff)
downloadworkshops-cfa6e6b6331dffd50196039615353e740729e0a6.tar.gz
workshops-cfa6e6b6331dffd50196039615353e740729e0a6.tar.bz2
workshops-cfa6e6b6331dffd50196039615353e740729e0a6.zip
Minor edits.
--HG-- branch : scipy2010
Diffstat (limited to 'day2')
-rw-r--r--day2/session1.tex4
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}