Skip to content

Commit 46c4019

Browse files
rephrase whatsnew
1 parent 2620d0b commit 46c4019

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
@@ -1210,7 +1210,7 @@ update the ``ExtensionDtype._metadata`` tuple to match the signature of your
12101210
- :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`).
12111211
- Bug when grouping :meth:`Dataframe.groupby()` and aggregating on ``ExtensionArray`` it was not returning the actual ``ExtensionArray`` dtype (:issue:`23227`).
12121212
- Bug in :func:`pandas.merge` when merging on an extension array-backed column (:issue:`23020`).
1213-
- Bug in :func:`pandas.merge` when setting None in suffixes (:issue: `24782`).
1213+
- Bug in :func:`pandas.merge` doesn't work correctly if None is in suffixes (:issue: `24782`).
12141214

12151215

12161216
.. _whatsnew_0240.deprecations:

0 commit comments

Comments
 (0)