Browse Source

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

Vibhu Agarwal 5 years ago
parent
commit
6f9ecc23f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/internals/contributing/writing-code/submitting-patches.txt

+ 1 - 1
docs/internals/contributing/writing-code/submitting-patches.txt

@@ -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.