diff options
Diffstat (limited to 'day1/cheatsheet4.tex')
-rwxr-xr-x | day1/cheatsheet4.tex | 2 |
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} |