Skip to content

Commit a2476e5

Browse files
committed
resolve contradiction
1 parent 2c9657b commit a2476e5

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
@@ -42,7 +42,7 @@ Some bug fixes may require breaking backwards compatibility. In these cases, a d
4242

4343
## Deprecation process
4444

45-
Whenever there are plans to break backwards compatibility, a deprecation must be introduced. The deprecation will preserve the existing behavior while emitting a warning that the behavior will be changing in a future version.
45+
Deprecation provides a way to warn developers and give them time to adapt their code to the new functionality before the old behavior is eventually removed.
4646

4747
A deprecation's warning message should:
4848
- Provide information on what is changing.

0 commit comments

Comments
 (0)