diff options
author | Prabhu Ramachandran | 2016-12-09 21:43:25 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2016-12-09 21:43:25 +0530 |
commit | 4e39fc303ced001ab8e963179747b9e8de011692 (patch) | |
tree | daa830582633da72b2151afea7817a67064c0141 | |
parent | 640406c42465cbdce6b465e585950e3abacbbef1 (diff) | |
download | python-workshops-4e39fc303ced001ab8e963179747b9e8de011692.tar.gz python-workshops-4e39fc303ced001ab8e963179747b9e8de011692.tar.bz2 python-workshops-4e39fc303ced001ab8e963179747b9e8de011692.zip |
Minor fix.
-rw-r--r-- | scipy/basic/session4.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scipy/basic/session4.tex b/scipy/basic/session4.tex index 46212ba..156464d 100644 --- a/scipy/basic/session4.tex +++ b/scipy/basic/session4.tex @@ -476,7 +476,8 @@ In []: plot(freq[:250], ...: abs(fft(yc))[:250]) \end{lstlisting} Only scratched the surface here \dots - \inctime{10} + +\inctime{10} \end{frame} |