[3.0.x] Fixed #31226 -- Fixed typo in docs/internals/contributing/writing-code/submitting-patches.txt.
Backport of 6f9ecc23f6
from master
This commit is contained in:
parent
8ed5ac4eb4
commit
0bf1330fe4
|
@ -158,7 +158,7 @@ the ticket for opinions.
|
||||||
Deprecating a feature
|
Deprecating a feature
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
There are a couple reasons that code in Django might be deprecated:
|
There are a couple of reasons that code in Django might be deprecated:
|
||||||
|
|
||||||
* If a feature has been improved or modified in a backwards-incompatible way,
|
* If a feature has been improved or modified in a backwards-incompatible way,
|
||||||
the old feature or behavior will be deprecated.
|
the old feature or behavior will be deprecated.
|
||||||
|
|
Loading…
Reference in New Issue