Skip to content

Commit 1f7c047

Browse files
author
Kristian Holsheimer
committed
Fixed typo
1 parent 7c59b88 commit 1f7c047

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
@@ -894,7 +894,7 @@ Reshaping
894894
- Bug in :func:`merge` when merging ``datetime64[ns, tz]`` data that contained a DST transition (:issue:`18885`)
895895
- Bug in :func:`merge_asof` when merging on float values within defined tolerance (:issue:`22981`)
896896
- Bug in :func:`pandas.concat` when concatenating a multicolumn DataFrame with tz-aware data against a DataFrame with a different number of columns (:issue`22796`)
897-
- Bug in :meth:`DataFrame.nsmallest` and :meth:`DataFrame.nsmallest` for dataframes that have :class:`MultiIndex`ed columns (:issue:`23033`).
897+
- Fixed :meth:`DataFrame.nsmallest` and :meth:`DataFrame.nlargest` for dataframes that have :class:`MultiIndex`ed columns (:issue:`23033`).
898898

899899
Build Changes
900900
^^^^^^^^^^^^^

0 commit comments

Comments
 (0)