Skip to content

Commit 3232c26

Browse files
author
Matt Roeschke
committed
more doc fixups
1 parent a060908 commit 3232c26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/source/whatsnew/v0.24.0.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,8 @@ respected absolute time (i.e. ```Day(n)`` and acted identically to ```Timedelta(
340340
Out[4]: Timestamp('2016-10-30 23:00:00+0200', tz='Europe/Helsinki')
341341

342342
:class:`CalendarDay` and associated frequency alias ``'CD'`` are now available
343-
and respect calendar day arithmetic. (:issue:`22274`, :issue:`20596`, :issue:`16980`, :issue:`8774`)
343+
and respect calendar day arithmetic while :class:`Day` and frequency alias ``'D'``
344+
will now respect absolute time (:issue:`22274`, :issue:`20596`, :issue:`16980`, :issue:`8774`)
344345

345346
Addition with :class:`CalendarDay` across a daylight savings time transition:
346347

@@ -351,7 +352,7 @@ Addition with :class:`CalendarDay` across a daylight savings time transition:
351352
ts + pd.offsets.CalendarDay(1)
352353

353354
However, if the resulting arithmetic results in a non-existent or ambiguous
354-
time, and error will raise
355+
time, an error will raise
355356

356357
.. ipython:: python
357358

0 commit comments

Comments
 (0)