Browse Source

Fixed typo in docs/topics/i18n/translation.txt.

shivam sharma 4 years ago
parent
commit
c9f12f149f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/topics/i18n/translation.txt

+ 2 - 2
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