Skip to content

Commit 9058c53

Browse files
committed
Force tests to run again
1 parent 9d49344 commit 9058c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.23.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ Indexing
796796
- Bug in :func:`IntervalIndex.symmetric_difference` where the symmetric difference with a non-``IntervalIndex`` did not raise (:issue:`18475`)
797797
- Bug in :class:`IntervalIndex` where set operations that returned an empty ``IntervalIndex`` had the wrong dtype (:issue:`19101`)
798798
- Bug in :meth:`DataFrame.drop_duplicates` where no ``KeyError`` is raised when passing in columns that don't exist on the ``DataFrame`` (issue:`19726`)
799-
- Bug in :func:`Index.union` where resulting names were not computed correctly (:issue:`9943`, :issue:`9862`)
799+
- Bug in :func:`Index.union` where resulting names were not computed correctly for certain cases (:issue:`9943`, :issue:`9862`)
800800

801801

802802
MultiIndex

0 commit comments

Comments
 (0)