diff options
Diffstat (limited to 'day1')
-rw-r--r-- | day1/session5.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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 |