1
0
mirror of https://github.com/django/django.git synced 2025-07-17 16:19:12 +00:00

[3.0.x] Fixed #31226 -- Fixed typo in docs/internals/contributing/writing-code/submitting-patches.txt.

Backport of 6f9ecc23f676e7a6f25d1a6cf830fe638a1eb589 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

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.