]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
mjo/interpolation.py: fix typo.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 27 Jul 2015 14:33:55 +0000 (10:33 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 27 Jul 2015 14:33:55 +0000 (10:33 -0400)
mjo/interpolation.py

index 5c8fa288de43c0ffa8b580cece5a0566945f88b9..e32ed6d24712da31ff96bcfa6c3c53278abc112a 100644 (file)
@@ -60,7 +60,7 @@ def lagrange_coefficient(k, x, xs):
 
 def lagrange_polynomial(x, xs, ys):
     """
-    Return the Lagrange form of the interpolation polynomial in `x` of
+    Return the Lagrange form of the interpolating polynomial in `x`
     at the points (xs[k], ys[k]).
 
     INPUT: