From e96f29fd47fe02002cd9fe5bb7791ad7784ff705 Mon Sep 17 00:00:00 2001 From: Spencer Clark Date: Thu, 11 Jun 2020 17:58:35 -0400 Subject: [PATCH] Remove outdated note from datetime accessor docstring --- xarray/core/accessor_dt.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xarray/core/accessor_dt.py b/xarray/core/accessor_dt.py index 2977596036c..630aaee142f 100644 --- a/xarray/core/accessor_dt.py +++ b/xarray/core/accessor_dt.py @@ -240,12 +240,6 @@ class DatetimeAccessor(Properties): Fields can be accessed through the `.dt` attribute for applicable DataArrays. - Notes - ------ - Note that these fields are not calendar-aware; if your datetimes are encoded - with a non-Gregorian calendar (e.g. a 360-day calendar) using cftime, - then some fields like `dayofyear` may not be accurate. - Examples --------- >>> import xarray as xr