Skip to content

Commit 4462ae5

Browse files
author
Kristian Holsheimer
committed
Fixed typo
1 parent 8bca040 commit 4462ae5

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
@@ -1207,7 +1207,7 @@ Sparse
12071207
- Bug in ``DataFrame.groupby`` not including ``fill_value`` in the groups for non-NA ``fill_value`` when grouping by a sparse column (:issue:`5078`)
12081208
- Bug in unary inversion operator (``~``) on a ``SparseSeries`` with boolean values. The performance of this has also been improved (:issue:`22835`)
12091209
- Bug in :meth:`SparseArary.unique` not returning the unique values (:issue:`19595`)
1210-
- Fixed :meth:`DataFrame.nsmallest` and :meth:`DataFrame.nlargest` for dataframes that have :class:`MultiIndex`ed columns (:issue:`23033`).
1210+
- Bug in :meth:`DataFrame.nsmallest` and :meth:`DataFrame.nlargest` for dataframes that have :class:`MultiIndex`ed columns (:issue:`23033`).
12111211

12121212
Build Changes
12131213
^^^^^^^^^^^^^

0 commit comments

Comments
 (0)