Skip to content

Commit bf44925

Browse files
Shorter docstring comment.
1 parent d1ce4ca commit bf44925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/generic.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7254,8 +7254,8 @@ def interpolate(
72547254
values of the index. Both 'polynomial' and 'spline' require that
72557255
you also specify an `order` (int), e.g.
72567256
``df.interpolate(method='polynomial', order=5)``. Note that,
7257-
`slinear` method in Pandas refers to the Scipy first order `spline` instead
7258-
of Pandas first order `spline`.
7257+
`slinear` method in Pandas refers to the Scipy first order `spline`
7258+
instead of Pandas first order `spline`.
72597259
* 'krogh', 'piecewise_polynomial', 'spline', 'pchip', 'akima',
72607260
'cubicspline': Wrappers around the SciPy interpolation methods of
72617261
similar names. See `Notes`.

0 commit comments

Comments
 (0)