From 0b0658111cba538b91072b9a133fd5545f3f46d1 Mon Sep 17 00:00:00 2001
From: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Date: Tue, 25 Aug 2020 10:01:37 +0200
Subject: [PATCH] Removed trailing whitespace in 3.2 release notes.

---
 docs/releases/3.2.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt
index a3908a431f..c7219c759b 100644
--- a/docs/releases/3.2.txt
+++ b/docs/releases/3.2.txt
@@ -117,7 +117,7 @@ Minor features
 
 * The new :attr:`.JSONBAgg.ordering` attribute determines the ordering of the
   aggregated elements.
-  
+
 * The :class:`~django.contrib.postgres.operations.CreateExtension` operation
   now checks that the extension already exists in the database and skips the
   migration if so.