From 04b97c5f6e97b182999039622d604a7c95f72641 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Wed, 28 Oct 2009 15:53:13 +0530 Subject: Minor edit to session5. --- day1/session5.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day1/session5.tex b/day1/session5.tex index b3afaf1..3c66ad6 100644 --- a/day1/session5.tex +++ b/day1/session5.tex @@ -197,7 +197,7 @@ To find the B-spline representation \begin{lstlisting} In []: tck = splrep(L, T) \end{lstlisting} -Returns a tuple containing +Returns \begin{enumerate} \item the vector of knots, \item the B-spline coefficients -- cgit