summaryrefslogtreecommitdiff
path: root/day2/session2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'day2/session2.tex')
-rw-r--r--day2/session2.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/day2/session2.tex b/day2/session2.tex
index a4b8f10..2b163b9 100644
--- a/day2/session2.tex
+++ b/day2/session2.tex
@@ -78,7 +78,7 @@
\author[FOSSEE Team] {The FOSSEE Group}
\institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
-\date[] {13 February, 2010\\Day 3, Session 1}
+\date[] {09 March, 2010\\Day 2, Session 2}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo}
@@ -294,6 +294,7 @@ Out[]: [5, 4, 3, 2, 1]
\begin{frame}[fragile]
\frametitle{List containership}
+\emphbar{Recall \typ{num} is \typ{[1, 2, 3, 4]}}
\begin{lstlisting}
In []: 4 in num
Out[]: True