Skip to content

Commit

Permalink
Fix warning in doctest (#7165)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Oct 16, 2022
1 parent ddccd5c commit 50301ac
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 @@ -6031,7 +6031,7 @@ def groupby(
>>> da = xr.DataArray(
... np.linspace(0, 1826, num=1827),
... coords=[pd.date_range("1/1/2000", "31/12/2004", freq="D")],
... coords=[pd.date_range("2000-01-01", "2004-12-31", freq="D")],
... dims="time",
... )
>>> da
Expand Down

0 comments on commit 50301ac

Please sign in to comment.