Skip to content

Commit 087dba6

Browse files
Update web/pandas/pdeps/0017-backwards-compatibility-and-deprecation-policy.md
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent ae2c9ae commit 087dba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pandas/pdeps/0017-backwards-compatibility-and-deprecation-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Starting in pandas 3.0, pandas will provide version-specific warnings. For examp
6363
- :class:`pandas.errors.PandasChangeWarning`: Base class of all pandas deprecation warnings.
6464
- :class:`pandas.errors.PandasPendingDeprecationWarning`: Base class of all warnings which emit a ``PendingDeprecationWarning``, independent of the version they will be enforced.
6565
- :class:`pandas.errors.PandasDeprecationWarning`: Base class of all warnings which emit a ``DeprecationWarning``, independent of the version they will be enforced.
66-
- :class:`pandas.errors.PandasFutureWarning`: Base class of all warnings which emit a ``PandasFutureWarning``, independent of the version they will be enforced.
66+
- :class:`pandas.errors.PandasFutureWarning`: Base class of all warnings which emit a ``FutureWarning``, independent of the version they will be enforced.
6767

6868
### Enforcement of deprecations
6969

0 commit comments

Comments
 (0)