Skip to content

Commit b9ee088

Browse files
committed
Fix typo in whatsnew
1 parent 99300dd commit b9ee088

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v0.21.0.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,8 +588,9 @@ Indexing
588588
- Bug in ``CategoricalIndex`` reindexing in which specified indices containing duplicates were not being respected (:issue:`17323`)
589589
- Bug in intersection of ``RangeIndex`` with negative step (:issue:`17296`)
590590
- Bug in ``IntervalIndex`` where performing a scalar lookup fails for included right endpoints of non-overlapping monotonic decreasing indexes (:issue:`16417`, :issue:`17271`)
591+
<<<<<<< 99300ddcc636c859a02b3010ee379d1adbd1678e
591592
- Bug in :meth:`DataFrame.first_valid_index` and :meth:`DataFrame.last_valid_index` when no valid entry (:issue:`17400`)
592-
- Bug in ``Series.rename`` when called with `str` will alter name of series rather than index of series. (:issue:`17407`)
593+
- Bug in ``Series.rename`` when called with `str` alters name of series rather than index of series. (:issue:`17407`)
593594

594595
I/O
595596
^^^

0 commit comments

Comments
 (0)