Skip to content

Commit aacc75c

Browse files
author
tyuyoshi
committed
CLN: make whatsnew description easier to understand
1 parent 74ff83f commit aacc75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.5.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Categorical
267267
^^^^^^^^^^^
268268
- Bug in :meth:`Categorical.view` not accepting integer dtypes (:issue:`25464`)
269269
- Bug in :meth:`CategoricalIndex.union` when the index's categories are integer-dtype and the index contains ``NaN`` values incorrectly raising instead of casting to ``float64`` (:issue:`45362`)
270-
- Bug in :meth:`CategoricalIndex._concat` when concatenating categorical indexes that have the same categories returning indexes in improper order; this happening along with :meth:`concat` (:issue:`44099`)
270+
- Bug in :meth:`CategoricalIndex._concat` when concatenating categorical indexes that have the same categories returning indexes in improper order; this method can be called in :meth:`concat` (:issue:`44099`)
271271
-
272272

273273
Datetimelike

0 commit comments

Comments
 (0)