Skip to content

Commit ffeaee0

Browse files
author
tyuyoshi
committed
CLN: update and refer to method
1 parent a66a60f commit ffeaee0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/whatsnew/v1.5.0.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -267,8 +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 (:issue:`44099`)
271-
-
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`)
272271

273272
Datetimelike
274273
^^^^^^^^^^^^

0 commit comments

Comments
 (0)