Skip to content

Commit d05f04a

Browse files
authored
Fixed SA04 errors in docstrings (pandas-dev pandas-dev#28792)
1 parent f56946f commit d05f04a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/core/missing.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,8 @@ def _from_derivatives(xi, yi, x, order=None, der=0, extrapolate=False):
392392
393393
See Also
394394
--------
395-
scipy.interpolate.BPoly.from_derivatives
395+
scipy.interpolate.BPoly.from_derivatives : Construct a piecewise polynomial in the Bernstein basis,
396+
compatible with the specified values and derivatives at breakpoints.
396397
397398
Returns
398399
-------
@@ -436,7 +437,7 @@ def _akima_interpolate(xi, yi, x, der=0, axis=0):
436437
437438
See Also
438439
--------
439-
scipy.interpolate.Akima1DInterpolator
440+
scipy.interpolate.Akima1DInterpolator : Fit piecewise cubic polynomials, given vectors x and y.
440441
441442
Returns
442443
-------

0 commit comments

Comments
 (0)