Skip to content

Commit bb8856e

Browse files
BUG: Fixed release note pandas-dev#47953
1 parent 4e4f72e commit bb8856e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.5.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ Datetimelike
827827
- Bug in :meth:`DatetimeIndex.resolution` incorrectly returning "day" instead of "nanosecond" for nanosecond-resolution indexes (:issue:`46903`)
828828
- Bug in :class:`Timestamp` with an integer or float value and ``unit="Y"`` or ``unit="M"`` giving slightly-wrong results (:issue:`47266`)
829829
- Bug in :class:`.DatetimeArray` construction when passed another :class:`.DatetimeArray` and ``freq=None`` incorrectly inferring the freq from the given array (:issue:`47296`)
830-
- Bug in :meth:`RelativeDeltaOffset._apply` which caused inconsistent behavior upon multiplying a :class:`DateOffset` (:issue:`47953`)
830+
- Bug in :class:`RelativeDeltaOffset` which caused inconsistent behavior upon multiplying a :class:`DateOffset` (:issue:`47953`)
831831
-
832832

833833
Timedelta

0 commit comments

Comments
 (0)