Skip to content

Commit 0796d9f

Browse files
Update doc/source/whatsnew/v3.0.0.rst
Co-authored-by: Richard Shadrach <[email protected]>
1 parent e12c726 commit 0796d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ Other Deprecations
422422
- Deprecated parameter ``method`` in :meth:`DataFrame.reindex_like` / :meth:`Series.reindex_like` (:issue:`58667`)
423423
- Deprecated strings ``w``, ``d``, ``MIN``, ``MS``, ``US`` and ``NS`` denoting units in :class:`Timedelta` in favour of ``W``, ``D``, ``min``, ``ms``, ``us`` and ``ns`` (:issue:`59051`)
424424
- Deprecated using ``epoch`` date format in :meth:`DataFrame.to_json` and :meth:`Series.to_json`, use ``iso`` instead. (:issue:`57063`)
425-
- Renamed the ``arg`` parameter of ``Series.map`` to ``func``. (:issue:`61260`)
425+
- Deprecated the ``arg`` parameter of ``Series.map``; pass the added ``func`` argument instead. (:issue:`61260`)
426426

427427
.. ---------------------------------------------------------------------------
428428
.. _whatsnew_300.prior_deprecations:

0 commit comments

Comments
 (0)