From c9f12f149f4c42aa34b3cbea17e964dfbf942cfb Mon Sep 17 00:00:00 2001
From: shivam sharma <shivams906@gmail.com>
Date: Tue, 13 Oct 2020 11:30:44 +0530
Subject: [PATCH] Fixed typo in docs/topics/i18n/translation.txt.

---
 docs/topics/i18n/translation.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index 9d656d77e1..4f0c3f66e7 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -743,8 +743,8 @@ For instance, the following ``{% blocktranslate %}`` tag::
     {% endblocktranslate %}
 
 will result in the entry ``"First sentence. Second paragraph."`` in the PO file,
-compared to ``"\n  First sentence.\n  Second sentence.\n"``, if the ``trimmed``
-option had not been specified.
+compared to ``"\n  First sentence.\n  Second paragraph.\n"``, if the
+``trimmed`` option had not been specified.
 
 .. versionchanged:: 3.1