Skip to content

Commit

Permalink
Tweaked the indentation of a code example
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Dec 6, 2020
1 parent d8dfff2 commit 0c8143d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/topics/i18n/translation.txt
Expand Up @@ -204,7 +204,8 @@ For example::
page = ngettext(
'there is %(count)d object',
'there are %(count)d objects',
count) % {
count
) % {
'count': count,
}
return HttpResponse(page)
Expand Down

0 comments on commit 0c8143d

Please sign in to comment.