Skip to content

Commit 8eb83d0

Browse files
committed
DOC: GH49897 update rst
1 parent 2f913a8 commit 8eb83d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v2.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ Datetimelike
799799
- Bug in :class:`Timestamp` was showing ``UserWarning``, which was not actionable by users, when parsing non-ISO8601 delimited date strings (:issue:`50232`)
800800
- Bug in :func:`to_datetime` was showing misleading ``ValueError`` when parsing dates with format containing ISO week directive and ISO weekday directive (:issue:`50308`)
801801
- Bug in :func:`to_datetime` was not raising ``ValueError`` when invalid format was passed and ``errors`` was ``'ignore'`` or ``'coerce'`` (:issue:`50266`)
802-
- Bug in :class:`DateOffset` when constructing with milliseconds and another super-daily argument. A ``TypeError`` was raised due to misuse of underlying :class:`datetime.timedelta` and :class:`dateutil.relativedelta.relativedelta` (:issue:`49897`)
802+
- Bug in :class:`DateOffset` was throwing ``TypeError`` when constructing with milliseconds and another super-daily argument (:issue:`49897`)
803803
-
804804

805805
Timedelta

0 commit comments

Comments
 (0)