Skip to content

Commit e50e575

Browse files
authored
doc: fix pd datetime parsing warning [skip-ci] (#6194)
1 parent 9235548 commit e50e575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/computation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ methods. This supports the block aggregation along multiple dimensions,
364364
.. ipython:: python
365365
366366
x = np.linspace(0, 10, 300)
367-
t = pd.date_range("15/12/1999", periods=364)
367+
t = pd.date_range("1999-12-15", periods=364)
368368
da = xr.DataArray(
369369
np.sin(x) * np.cos(np.linspace(0, 1, 364)[:, np.newaxis]),
370370
dims=["time", "x"],

0 commit comments

Comments
 (0)