Skip to content

Commit 9c7f56a

Browse files
committed
minor #12503 Fix code indentation (jerodev)
This PR was merged into the 4.3 branch. Discussion ---------- Fix code indentation Fix code indentation for `MessageFormat` documentation. The code snipped used tabs instead of spaces which broke the indentation. Commits ------- be51b88 Fix code indentation
2 parents 1a1abe4 + be51b88 commit 9c7f56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translation/message_format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Usage of this string is the same as with variables and select::
239239

240240
.. code-block:: text
241241
242-
{gender_of_host, select,
242+
{gender_of_host, select,
243243
female {
244244
{num_guests, plural, offset:1
245245
=0 {{host} does not give a party.}

0 commit comments

Comments
 (0)