day1/cheatsheet5.tex
changeset 340 347ff2714deb
parent 284 3c191accbb32
--- a/day1/cheatsheet5.tex	Tue Dec 08 13:06:14 2009 +0530
+++ b/day1/cheatsheet5.tex	Tue Dec 08 16:37:18 2009 +0530
@@ -15,7 +15,7 @@
 #load data file directly into Arrays.
 \end{verbatim}
 \section{}
-Interploate
+Interpolate
 \begin{verbatim}
 In []: from scipy.interpolate import splrep
 In []: tck = splrep(x,y) #get spline curve representation for x,y.