Skip to content

Commit 9a621aa

Browse files
committed
Changes
1 parent 30965bb commit 9a621aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.25.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ Other Deprecations
477477
- The functions :func:`pandas.to_datetime` and :func:`pandas.to_timedelta` have deprecated the ``box`` keyword. Instead, use :meth:`to_numpy` or :meth:`Timestamp.to_datetime64` or :meth:`Timedelta.to_timedelta64`. (:issue:`24416`)
478478
- The :meth:`DataFrame.compound` and :meth:`Series.compound` methods are deprecated and will be removed in a future version (:issue:`26405`).
479479
- The :meth:`DataFrame.swapaxes` and :meth:`Series.swapaxes` methods are deprecated and will be removed in a future version.
480-
Use :meth:`DataFrame.transpose` and :meth:`Series.transpose` instead(:issue:`26654`).
480+
Use :meth:`DataFrame.transpose` and :meth:`Series.transpose` instead (:issue:`26654`).
481481

482482
.. _whatsnew_0250.prior_deprecations:
483483

0 commit comments

Comments
 (0)