From e6b2471ce7f1069c641c75340a74a17fc7511b08 Mon Sep 17 00:00:00 2001
From: Jon Dufresne <jon.dufresne@gmail.com>
Date: Thu, 20 Jun 2019 22:07:23 -0700
Subject: [PATCH] [2.2.x] Fixed typos in 1.11.19, 2.0.11, 2.1.6 release notes.

Backport of 2ef6f209f79b0bd27d53405f0d46bb9ab82b2a52 from master
---
 docs/releases/1.11.19.txt | 7 +++----
 docs/releases/2.0.11.txt  | 7 +++----
 docs/releases/2.1.6.txt   | 7 +++----
 3 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/docs/releases/1.11.19.txt b/docs/releases/1.11.19.txt
index 9ce48f26b2..6dc21fbb99 100644
--- a/docs/releases/1.11.19.txt
+++ b/docs/releases/1.11.19.txt
@@ -10,10 +10,9 @@ CVE-2019-6975: Memory exhaustion in ``django.utils.numberformat.format()``
 --------------------------------------------------------------------------
 
 If ``django.utils.numberformat.format()`` -- used by ``contrib.admin`` as well
-as the the ``floatformat``, ``filesizeformat``, and ``intcomma`` templates
-filters -- received a ``Decimal`` with a large number of digits or a large
-exponent, it could lead to significant memory usage due to a call to
-``'{:f}'.format()``.
+as the ``floatformat``, ``filesizeformat``, and ``intcomma`` templates filters
+-- received a ``Decimal`` with a large number of digits or a large exponent, it
+could lead to significant memory usage due to a call to ``'{:f}'.format()``.
 
 To avoid this, decimals with more than 200 digits are now formatted using
 scientific notation.
diff --git a/docs/releases/2.0.11.txt b/docs/releases/2.0.11.txt
index f6c4368baa..0f8a600344 100644
--- a/docs/releases/2.0.11.txt
+++ b/docs/releases/2.0.11.txt
@@ -10,10 +10,9 @@ CVE-2019-6975: Memory exhaustion in ``django.utils.numberformat.format()``
 --------------------------------------------------------------------------
 
 If ``django.utils.numberformat.format()`` -- used by ``contrib.admin`` as well
-as the the ``floatformat``, ``filesizeformat``, and ``intcomma`` templates
-filters -- received a ``Decimal`` with a large number of digits or a large
-exponent, it could lead to significant memory usage due to a call to
-``'{:f}'.format()``.
+as the ``floatformat``, ``filesizeformat``, and ``intcomma`` templates filters
+-- received a ``Decimal`` with a large number of digits or a large exponent, it
+could lead to significant memory usage due to a call to ``'{:f}'.format()``.
 
 To avoid this, decimals with more than 200 digits are now formatted using
 scientific notation.
diff --git a/docs/releases/2.1.6.txt b/docs/releases/2.1.6.txt
index fea8209115..65408afb8c 100644
--- a/docs/releases/2.1.6.txt
+++ b/docs/releases/2.1.6.txt
@@ -10,10 +10,9 @@ CVE-2019-6975: Memory exhaustion in ``django.utils.numberformat.format()``
 --------------------------------------------------------------------------
 
 If ``django.utils.numberformat.format()`` -- used by ``contrib.admin`` as well
-as the the ``floatformat``, ``filesizeformat``, and ``intcomma`` templates
-filters -- received a ``Decimal`` with a large number of digits or a large
-exponent, it could lead to significant memory usage due to a call to
-``'{:f}'.format()``.
+as the ``floatformat``, ``filesizeformat``, and ``intcomma`` templates filters
+-- received a ``Decimal`` with a large number of digits or a large exponent, it
+could lead to significant memory usage due to a call to ``'{:f}'.format()``.
 
 To avoid this, decimals with more than 200 digits are now formatted using
 scientific notation.