Skip to content

Commit 3ecf296

Browse files
committed
fix typo in whatsnew
1 parent 31611a2 commit 3ecf296

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
@@ -44,7 +44,7 @@ Other enhancements
4444
- :meth:`DataFrame.cummin`, :meth:`DataFrame.cummax`, :meth:`DataFrame.cumprod` and :meth:`DataFrame.cumsum` methods now have a ``numeric_only`` parameter (:issue:`53072`)
4545
- :meth:`DataFrame.fillna` and :meth:`Series.fillna` can now accept ``value=None``; for non-object dtype the corresponding NA value will be used (:issue:`57723`)
4646
- :meth:`Series.cummin` and :meth:`Series.cummax` now supports :class:`CategoricalDtype` (:issue:`52335`)
47-
- :meth:`Series.plot` now correctly handle the ``ylabel`` parameter for pie chgit aarts, allowing for explicit control over the y-axis label (:issue:`58239`)
47+
- :meth:`Series.plot` now correctly handle the ``ylabel`` parameter for pie charts, allowing for explicit control over the y-axis label (:issue:`58239`)
4848
- Support reading Stata 110-format (Stata 7) dta files (:issue:`47176`)
4949
-
5050

0 commit comments

Comments
 (0)