Skip to content

Commit

Permalink
Make text match code example (#7499)
Browse files Browse the repository at this point in the history
  • Loading branch information
mankoff authored Feb 3, 2023
1 parent 67d0ee2 commit f46cd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -6485,7 +6485,7 @@ def coarsen(
Examples
--------
Coarsen the long time series by averaging over every four days.
Coarsen the long time series by averaging over every three days.
>>> da = xr.DataArray(
... np.linspace(0, 364, num=364),
Expand Down

0 comments on commit f46cd70

Please sign in to comment.