Skip to content

Commit 0309448

Browse files
Update doc/source/whatsnew/v3.0.0.rst
Co-authored-by: Simon Hawkins <[email protected]>
1 parent 7273d4f commit 0309448

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
@@ -34,7 +34,7 @@ All warnings for upcoming changes in pandas will have the base class :class:`pan
3434
- :class:`pandas.errors.Pandas5Warning`: Warnings which will be enforced in pandas 5.0.
3535
- :class:`pandas.errors.PandasPendingDeprecationWarning`: Base class of all warnings which emit a ``PendingDeprecationWarning``, independent of the version they will be enforced.
3636
- :class:`pandas.errors.PandasDeprecationWarning`: Base class of all warnings which emit a ``DeprecationWarning``, independent of the version they will be enforced.
37-
- :class:`pandas.errors.PandasFutureWarning`: Base class of all warnings which emit a ``PandasFutureWarning``, independent of the version they will be enforced.
37+
- :class:`pandas.errors.PandasFutureWarning`: Base class of all warnings which emit a ``FutureWarning``, independent of the version they will be enforced.
3838

3939
.. _whatsnew_300.enhancements.other:
4040

0 commit comments

Comments
 (0)