diff options
author | Parth Buch | 2011-07-21 00:19:03 +0530 |
---|---|---|
committer | Parth Buch | 2011-07-21 00:19:03 +0530 |
commit | 497af33c894c0ae6d2e2f327d626e4781498ad78 (patch) | |
tree | 5aa274e61c5684afbd5ff902595453c8b0bd2a48 | |
parent | 58385cf9ce0acdba5b0d665cbc6d4b6ae4eb7bd5 (diff) | |
download | workshops-497af33c894c0ae6d2e2f327d626e4781498ad78.tar.gz workshops-497af33c894c0ae6d2e2f327d626e4781498ad78.tar.bz2 workshops-497af33c894c0ae6d2e2f327d626e4781498ad78.zip |
Rectified the error on Slide 2 of Session2 in day1
-rw-r--r-- | day1/session2.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/day1/session2.tex b/day1/session2.tex index e63b3be..eb81581 100644 --- a/day1/session2.tex +++ b/day1/session2.tex @@ -195,7 +195,7 @@ Out[]: <matplotlib.text.Text object at 0x98746ec> In []: distance = [7, 11, 15, 19] \end{lstlisting} -What are \typ{x} and \typ{y}?\\ +What are \typ{time} and \typ{distance}?\\ \begin{center} \alert{\typ{lists!!}} \end{center} |