diff options
author | Santosh G. Vattam | 2010-03-11 18:01:23 +0530 |
---|---|---|
committer | Santosh G. Vattam | 2010-03-11 18:01:23 +0530 |
commit | 9638afaff8985d5528cb38842c13cc71cd6cab83 (patch) | |
tree | 671a499f31425f35ea158136da94f7a5272749d8 /day2/session1.tex | |
parent | fb965a5047dca69c518543440c2a6fd5647555c4 (diff) | |
download | workshops-more-scipy-9638afaff8985d5528cb38842c13cc71cd6cab83.tar.gz workshops-more-scipy-9638afaff8985d5528cb38842c13cc71cd6cab83.tar.bz2 workshops-more-scipy-9638afaff8985d5528cb38842c13cc71cd6cab83.zip |
Updated after Day 2 at GRDCS
Diffstat (limited to 'day2/session1.tex')
-rw-r--r-- | day2/session1.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/day2/session1.tex b/day2/session1.tex index 3ed70c3..702017e 100644 --- a/day2/session1.tex +++ b/day2/session1.tex @@ -379,7 +379,7 @@ In []: s * s -------------------------------------------- TypeError Traceback (most recent call last) -/<ipython console> in <module>() +<ipython console> in <module>() TypeError: can`t multiply sequence by non-int of type `str` |