Skip to content

Commit ba9ccdd

Browse files
committed
Updated whatsnew
1 parent 3ef2a69 commit ba9ccdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v0.23.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,8 +837,8 @@ Indexing
837837
- Bug in :func:`IntervalIndex.symmetric_difference` where the symmetric difference with a non-``IntervalIndex`` did not raise (:issue:`18475`)
838838
- Bug in :class:`IntervalIndex` where set operations that returned an empty ``IntervalIndex`` had the wrong dtype (:issue:`19101`)
839839
- Bug in :meth:`DataFrame.drop_duplicates` where no ``KeyError`` is raised when passing in columns that don't exist on the ``DataFrame`` (issue:`19726`)
840-
- Bug in :func:`Index.union` and :func:`Index.intersection` where name of the `Index` of the result was not computed correctly for certain cases (:issue:`9943`, :issue:`9862`)
841-
- Bug in :func:`Index.difference` when taking difference of set and itself as type was not preserved.
840+
- Bug in :func:`Index.union` and :func:`Index.intersection` where name of the ``Index`` of the result was not computed correctly for certain cases (:issue:`9943`, :issue:`9862`)
841+
- Bug in :func:`Index.difference` when taking difference of ``Index`` and itself as type was not preserved. (:issue:`19849`)
842842

843843

844844
MultiIndex

0 commit comments

Comments
 (0)