From 6f9ecc23f676e7a6f25d1a6cf830fe638a1eb589 Mon Sep 17 00:00:00 2001
From: Vibhu Agarwal <vibhu4agarwal@gmail.com>
Date: Tue, 4 Feb 2020 00:46:06 +0530
Subject: [PATCH] Fixed #31226 -- Fixed typo in
 docs/internals/contributing/writing-code/submitting-patches.txt.

---
 docs/internals/contributing/writing-code/submitting-patches.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/internals/contributing/writing-code/submitting-patches.txt b/docs/internals/contributing/writing-code/submitting-patches.txt
index 9f8acd9cd0..3f5c4618fd 100644
--- a/docs/internals/contributing/writing-code/submitting-patches.txt
+++ b/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.