Skip to content

Commit b65c6a0

Browse files
author
Kristian Holsheimer
committed
Fixed typo
1 parent d8abc0c commit b65c6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.24.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ Sparse
12081208
- Bug in ``DataFrame.groupby`` not including ``fill_value`` in the groups for non-NA ``fill_value`` when grouping by a sparse column (:issue:`5078`)
12091209
- Bug in unary inversion operator (``~``) on a ``SparseSeries`` with boolean values. The performance of this has also been improved (:issue:`22835`)
12101210
- Bug in :meth:`SparseArary.unique` not returning the unique values (:issue:`19595`)
1211-
- Fixed :meth:`DataFrame.nsmallest` and :meth:`DataFrame.nlargest` for dataframes that have :class:`MultiIndex`ed columns (:issue:`23033`).
1211+
- Bug in :meth:`DataFrame.nsmallest` and :meth:`DataFrame.nlargest` for dataframes that have :class:`MultiIndex`ed columns (:issue:`23033`).
12121212

12131213
Build Changes
12141214
^^^^^^^^^^^^^

0 commit comments

Comments
 (0)