diff options
| author | shivam sharma <shivams906@gmail.com> | 2020-10-13 11:30:44 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-10-13 08:06:37 +0200 |
| commit | c9f12f149f4c42aa34b3cbea17e964dfbf942cfb (patch) | |
| tree | 0810da0957d84344f9daa2c8778127a761a3b67b /docs | |
| parent | 746bb13ceb72d4f5f0e7131cd79a20f669f1d4f6 (diff) | |
| download | django-c9f12f149f4c42aa34b3cbea17e964dfbf942cfb.tar.gz | |
Fixed typo in docs/topics/i18n/translation.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/translation.txt | 4 |
1 files 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 |
