Skip to content

Commit d671f17

Browse files
timhoffmmroeschke
andauthored
Fix wrong link
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 829714b commit d671f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v2.3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Other enhancements
3434

3535
- :func:`pandas.merge` propagates the ``attrs`` attribute to the result if all
3636
inputs have identical ``attrs``, as has so far already been the case for
37-
:func:`pandas.copy`.
37+
:func:`pandas.concat`.
3838
- :meth:`pandas.api.interchange.from_dataframe` now uses the `PyCapsule Interface <https://arrow.apache.org/docs/format/CDataInterface/PyCapsuleInterface.html>`_ if available, only falling back to the Dataframe Interchange Protocol if that fails (:issue:`60739`)
3939
- The semantics for the ``copy`` keyword in ``__array__`` methods (i.e. called
4040
when using ``np.array()`` or ``np.asarray()`` on pandas objects) has been

0 commit comments

Comments
 (0)