Skip to content

Commit 8f688ea

Browse files
Remove outdated note from datetime accessor docstring (#4148)
1 parent 4071125 commit 8f688ea

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

xarray/core/accessor_dt.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,6 @@ class DatetimeAccessor(Properties):
240240
Fields can be accessed through the `.dt` attribute
241241
for applicable DataArrays.
242242
243-
Notes
244-
------
245-
Note that these fields are not calendar-aware; if your datetimes are encoded
246-
with a non-Gregorian calendar (e.g. a 360-day calendar) using cftime,
247-
then some fields like `dayofyear` may not be accurate.
248-
249243
Examples
250244
---------
251245
>>> import xarray as xr

0 commit comments

Comments
 (0)