Skip to content

Commit 13e3ffb

Browse files
committed
whitespace troubleshoot
1 parent 3a8cd56 commit 13e3ffb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,8 @@ small behavior differences as collateral:
327327
- ``pd.offsets.Day(n)`` no longer compares as equal to ``pd.offsets.Hour(24*n)``
328328
- :class:`offsets.Day` no longer supports division
329329
- :class:`Timedelta` no longer accepts :class:`Day` objects as inputs
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` object.
332-
- Adding or subtracting a scalar from a timezone-aware :class:`DatetimeIndex`
333-
with a :class:`Day` ``freq`` no longer preserves that ``freq`` attribute.
330+
- :meth:`tseries.frequencies.to_offset` on a :class:`Timedelta` object returns a :class:`offsets.Hour` object in cases where it used to return a :class:`Day` object.
331+
- Adding or subtracting a scalar from a timezone-aware :class:`DatetimeIndex` with a :class:`Day` ``freq`` no longer preserves that ``freq`` attribute.
334332
- Adding or subtracting a :class:`Day` with a :class:`Timedelta` is no longer supported.
335333
- Adding or subtracting a :class:`Day` offset to a :class:`Timestamp` or datetime-like may lead to an ambiguous or non-existent time, which will raise.
336334

0 commit comments

Comments
 (0)