File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -328,8 +328,7 @@ small behavior differences as collateral:
328
328
- :class: `offsets.Day ` no longer supports division
329
329
- :class: `Timedelta ` no longer accepts :class: `Day ` objects as inputs
330
330
- :meth: `tseries.frequencies.to_offset ` on a :class: `Timedelta ` object returns
331
- a :class: `offsets.Hour ` object in cases where it used to return a :class: `Day `
332
- object.
331
+ a :class: `offsets.Hour ` object in cases where it used to return a :class: `Day ` object.
333
332
- Adding or subtracting a scalar from a timezone-aware :class: `DatetimeIndex `
334
333
with a :class: `Day ` ``freq `` no longer preserves that ``freq `` attribute.
335
334
- Adding or subtracing a :class: `Day ` with a :class: `Timedelta ` is no longer supported.
You can’t perform that action at this time.
0 commit comments