Skip to content

Commit 55cfd56

Browse files
rephrase whatsnew
1 parent 62f7cd2 commit 55cfd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.24.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ ways of adding operator support.
12311231
- :meth:`Series.unstack` and :meth:`DataFrame.unstack` no longer convert extension arrays to object-dtype ndarrays. Each column in the output ``DataFrame`` will now have the same dtype as the input (:issue:`23077`).
12321232
- Bug when grouping :meth:`Dataframe.groupby()` and aggregating on ``ExtensionArray`` it was not returning the actual ``ExtensionArray`` dtype (:issue:`23227`).
12331233
- Bug in :func:`pandas.merge` when merging on an extension array-backed column (:issue:`23020`).
1234-
- Bug in :func:`pandas.merge` when setting None in suffixes (:issue: `24782`).
1234+
- Bug in :func:`pandas.merge` doesn't work correctly if None is in suffixes (:issue: `24782`).
12351235

12361236

12371237
.. _whatsnew_0240.deprecations:

0 commit comments

Comments
 (0)