Skip to content

Commit d1ac5be

Browse files
committed
further indent fixes
1 parent 721695d commit d1ac5be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

xarray/core/dataarray.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2239,7 +2239,7 @@ def interp(
22392239
use :py:class:`scipy.interpolate.interp1d`, unless conditions permit the use of :py:class:`numpy.interp`
22402240
(as in the case of `method='linear'` for 1D data).
22412241
- If `method='polynomial'`, the `order` keyword argument must also be provided. In this case,
2242-
:py:class:`scipy.interpolate.interp1d` is called with `kind=order`.
2242+
:py:class:`scipy.interpolate.interp1d` is called with `kind=order`.
22432243
22442244
3. **Special interpolants for interpolation along one dimension of N-dimensional data (N ≥ 1)**
22452245
- Depending on the `method`, the following interpolants from :py:class:`scipy.interpolate` are used:
@@ -2289,7 +2289,7 @@ def interp(
22892289
-----
22902290
- SciPy is required for certain interpolation methods.
22912291
- Allowing `reduce=True` (the default) may alter the behavior of interpolation along multiple dimensions
2292-
compared to the default behavior in SciPy.
2292+
compared to the default behavior in SciPy.
22932293
22942294
See Also
22952295
--------

xarray/core/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3961,7 +3961,7 @@ def interp(
39613961
-----
39623962
- SciPy is required for certain interpolation methods.
39633963
- Allowing `reduce=True` (the default) may alter the behavior of interpolation along multiple dimensions
3964-
compared to the default behavior in SciPy.
3964+
compared to the default behavior in SciPy.
39653965
39663966
See Also
39673967
--------

0 commit comments

Comments
 (0)