Skip to content

Commit 52633cd

Browse files
committed
address linting errors
1 parent 7e8c872 commit 52633cd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pandas/core/generic.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -3637,10 +3637,11 @@ def replace(self, to_replace=None, value=None, inplace=False, limit=None,
36373637
These use the actual numerical values of the index.
36383638
* 'krogh', 'piecewise_polynomial', 'spline', 'pchip' and 'akima' are all
36393639
wrappers around the scipy interpolation methods of similar
3640-
names. These use the actual numerical values of the index. See
3641-
the scipy documentation for more on their behavior
3642-
`here <http://docs.scipy.org/doc/scipy/reference/interpolate.html#univariate-interpolation>`__
3643-
`and here <http://docs.scipy.org/doc/scipy/reference/tutorial/interpolate.html>`__
3640+
names. These use the actual numerical values of the index. For
3641+
more information on their behavior, see the `scipy documentation
3642+
<http://docs.scipy.org/doc/scipy/reference/interpolate.html#univariate-interpolation>`__
3643+
and `tutorial documentation
3644+
<http://docs.scipy.org/doc/scipy/reference/tutorial/interpolate.html>`__
36443645
* 'from_derivatives' refers to BPoly.from_derivatives which
36453646
replaces 'piecewise_polynomial' interpolation method in scipy 0.18
36463647

0 commit comments

Comments
 (0)