Skip to content

Commit c6a92fa

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 3bb9778 + fdd06ba commit c6a92fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ Analysis
382382

383383
We can use spline analysis functionality that is provided by :class:`scipy.interpolate.PPoly`/:class:`scipy.interpolate.NdPPoly` classes.
384384

385-
For example, let's try to use :func:`scipy.interpolate.PPoly.derivative` method to compute spline 1nd and 2nd derivatives.
385+
For example, let's try to use :func:`scipy.interpolate.PPoly.derivative` method to compute spline 1st and 2nd derivatives.
386386

387387
.. plot::
388388

@@ -401,5 +401,5 @@ For example, let's try to use :func:`scipy.interpolate.PPoly.derivative` method
401401
ax3.plot(xi, ds2(xi), '-')
402402

403403
ax1.set_title('spline')
404-
ax2.set_title('1nd derivative')
404+
ax2.set_title('1st derivative')
405405
ax3.set_title('2nd derivative')

0 commit comments

Comments
 (0)