Skip to content

Commit d558386

Browse files
topper-123victor
authored and
victor
committed
DOC: minor correction to v0.23.2.txt (pandas-dev#21644)
1 parent d8e469c commit d558386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v0.23.2.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ Fixed Regressions
6161
Performance Improvements
6262
~~~~~~~~~~~~~~~~~~~~~~~~
6363

64-
- Improved performance of membership checks in :class:`CategoricalIndex`
65-
(i.e. ``x in ci``-style checks are much faster). :meth:`CategoricalIndex.contains`
64+
- Improved performance of membership checks in :class:`Categorical` and :class:`CategoricalIndex`
65+
(i.e. ``x in cat``-style checks are much faster). :meth:`CategoricalIndex.contains`
6666
is likewise much faster (:issue:`21369`, :issue:`21508`)
6767
- Improved performance of :meth:`HDFStore.groups` (and dependent functions like
6868
:meth:`~HDFStore.keys`. (i.e. ``x in store`` checks are much faster)

0 commit comments

Comments
 (0)