summaryrefslogtreecommitdiff
path: root/day1/cheatsheet4.tex
diff options
context:
space:
mode:
authorPuneeth Chaganti2010-01-10 16:43:15 +0530
committerPuneeth Chaganti2010-01-10 16:43:15 +0530
commit602f0fa886acefdcdbd9efa723f7cf3e24881f69 (patch)
tree15fd6b6def962518fdda7ebaaa455eda63533a09 /day1/cheatsheet4.tex
parent0efaab63b94b6353444e747b61155ecc560be657 (diff)
downloadworkshops-602f0fa886acefdcdbd9efa723f7cf3e24881f69.tar.gz
workshops-602f0fa886acefdcdbd9efa723f7cf3e24881f69.tar.bz2
workshops-602f0fa886acefdcdbd9efa723f7cf3e24881f69.zip
Moved all day1 quiz questions to end of day1-sessions.
Diffstat (limited to 'day1/cheatsheet4.tex')
-rwxr-xr-xday1/cheatsheet4.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/day1/cheatsheet4.tex b/day1/cheatsheet4.tex
index 7410368..70395fc 100755
--- a/day1/cheatsheet4.tex
+++ b/day1/cheatsheet4.tex
@@ -136,7 +136,7 @@ In above mentioned case, \typ{'::2'} means, start from first row, till last row(
\begin{lstlisting}
In []: C[:,::2]
Out[]:
-xarray([[ 1, 2],
+array([[ 1, 2],
[ 0, 0],
[-1, 7]])
\end{lstlisting}