[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:
Vibhu Agarwal 2020-02-04 00:46:06 +05:30 committed by Mariusz Felisiak
parent 8ed5ac4eb4
commit 0bf1330fe4
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ the ticket for opinions.
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,
the old feature or behavior will be deprecated.