summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-code
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-07-13 13:37:56 -0400
committerTim Graham <timograham@gmail.com>2014-07-14 06:18:42 -0400
commitdcb1b971c254c4c23216b8335ec40abb7d30b288 (patch)
tree54008e162e9143bd751ad903f40ca275fe41a8a1 /docs/internals/contributing/writing-code
parentbe38c5bcc8b6d641d210cbcf0508605223366778 (diff)
[1.7.x] Fixed #23015 -- Fixed major/minor release terminology in docs.
Backport of dd6ef3197a from master
Diffstat (limited to 'docs/internals/contributing/writing-code')
-rw-r--r--docs/internals/contributing/writing-code/submitting-patches.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-code/submitting-patches.txt b/docs/internals/contributing/writing-code/submitting-patches.txt
index 4efeab9fc5..183519b514 100644
--- a/docs/internals/contributing/writing-code/submitting-patches.txt
+++ b/docs/internals/contributing/writing-code/submitting-patches.txt
@@ -219,7 +219,7 @@ Finally, there are a couple of updates to Django's documentation to make:
under the ``A.B+2`` version describing what code will be removed.
Once you have completed these steps, you are finished with the deprecation.
-In each minor release, all ``RemovedInDjangoXXWarning``\s matching the new
+In each major release, all ``RemovedInDjangoXXWarning``\s matching the new
version are removed.
Javascript patches