Skip to content

Commit ab9c053

Browse files
Fix typo on whatsnew
1 parent d78eed3 commit ab9c053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.25.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ Reshaping
387387
- Bug in :func:`concat` where order of ``OrderedDict`` (and ``dict`` in Python 3.6+) is not respected, when passed in as ``objs`` argument (:issue:`21510`)
388388
- Bug in :func:`concat` where the resulting ``freq`` of two :class:`DatetimeIndex` with the same ``freq`` would be dropped (:issue:`3232`).
389389
- Bug in :func:`merge` where merging with equivalent Categorical dtypes was raising an error (:issue:`22501`)
390-
- Bug in :func:`Series.apply` failed when the series is a timezone aware :class:`DateTimeIndex` (:issue:`25959`)
390+
- Bug in :func:`Series.apply` failed when the series is a timezone aware :class:`DatetimeIndex` (:issue:`25959`)
391391

392392
Sparse
393393
^^^^^^

0 commit comments

Comments
 (0)