Skip to content

Commit 2e9b9af

Browse files
committed
[book][translation] Fixing typo per @stof
1 parent 5e82d27 commit 2e9b9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/translation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ texts* and complex expressions:
746746
<h3>foo</h3>
747747
{% endtrans %}
748748
749-
{% message = '<h3>foo</h3>' %}
749+
{% set message = '<h3>foo</h3>' %}
750750
751751
{# a variable translated via a filter is escaped by default #}
752752
{{ message | trans | raw }}

0 commit comments

Comments
 (0)