Skip to content

Commit

Permalink
Remove outdated note from datetime accessor docstring (#4148)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerkclark authored Jun 11, 2020
1 parent 4071125 commit 8f688ea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions xarray/core/accessor_dt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f688ea

Please sign in to comment.