Skip to content

Commit 472bfb3

Browse files
committed
Better wording
1 parent 04ecc26 commit 472bfb3

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
@@ -11,7 +11,7 @@
1111
This PDEP defines pandas' backwards compatibility and deprecation policy.
1212

1313
The main additions to [pandas' current version policy](https://pandas.pydata.org/pandas-docs/version/2.2/development/policies.html) are:
14-
- Deprecated functionality should remain unchanged in at least 2 minor releases
14+
- Deprecated functionality should remain unchanged in at least 2 minor releases before being changed or removed.
1515
- Deprecations should initially use DeprecationWarning, and then be switched to FutureWarning in the last minor release before the major release they are planned to be removed in
1616

1717
## Motivation

0 commit comments

Comments
 (0)