Skip to content

Commit 83749bb

Browse files
committed
Tweak detrend docstring
1 parent 79a2ba8 commit 83749bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xrft/detrend.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
def detrend(da, dim, detrend_type="constant"):
1212
"""
13-
Detrend a DataArray
13+
Detrend a :class:`~xarray.DataArray`.
1414
1515
Parameters
1616
----------
@@ -28,7 +28,7 @@ def detrend(da, dim, detrend_type="constant"):
2828
2929
Returns
3030
-------
31-
da : xarray.DataArray
31+
da_dt : xarray.DataArray
3232
The detrended data.
3333
3434
Notes

0 commit comments

Comments
 (0)