You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v3.0.0.rst
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,10 +331,9 @@ small behavior differences as collateral:
331
331
a :class:`offsets.Hour` object in cases where it used to return a :class:`Day` object.
332
332
- Adding or subtracting a scalar from a timezone-aware :class:`DatetimeIndex`
333
333
with a :class:`Day` ``freq`` no longer preserves that ``freq`` attribute.
334
-
- Adding or subtracing a :class:`Day` with a :class:`Timedelta` is no longer supported.
334
+
- Adding or subtracting a :class:`Day` with a :class:`Timedelta` is no longer supported.
335
335
- 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.
0 commit comments