[3.1.x] Fixed typo in docs/topics/i18n/translation.txt.

Backport of c9f12f149f from master
This commit is contained in:
shivam sharma 2020-10-13 11:30:44 +05:30 committed by Mariusz Felisiak
parent 4047c1602c
commit b7d58dd5df
1 changed files with 2 additions and 2 deletions

View File

@ -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