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

This commit is contained in:
Vibhu Agarwal 2020-02-04 00:46:06 +05:30 committed by GitHub
parent 1a09708dcb
commit 6f9ecc23f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.