Skip to content

Commit 3b9617d

Browse files
Update doc/source/whatsnew/v3.0.0.rst
Co-authored-by: Simon Hawkins <[email protected]>
1 parent 6bca579 commit 3b9617d

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
@@ -31,7 +31,7 @@ pandas 3.0.0 introduces a new 3-stage deprecation policy: using ``DeprecationWar
3131
All warnings for upcoming changes in pandas will have the base class :class:`pandas.errors.PandasChangeWarning`. Users may also use the following subclasses to control warnings.
3232

3333
- :class:`pandas.errors.Pandas4Warning`: Warnings which will be enforced in pandas 4.0.
34-
- :class:`pandas.errors.Pandas4Warning`: Warnings which will be enforced in pandas 5.0.
34+
- :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.
3737
- :class:`pandas.errors.PandasFutureWarning`: Base class of all warnings which emit a ``PandasFutureWarning``, independent of the version they will be enforced.

0 commit comments

Comments
 (0)