Skip to content

Commit

Permalink
[1.7.x] Fixed typo in docs/topics/i18n/translation.txt
Browse files Browse the repository at this point in the history
Backport of 25b52d0 from master
  • Loading branch information
mounirmesselmeni authored and timgraham committed Apr 28, 2015
1 parent f6ecb54 commit d99b9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/i18n/translation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ integer as the ``number`` argument. Then ``number`` will be looked up in the
dictionary under that key during string interpolation. Here's example::

from django import forms
from django.utils.translation import ugettext_lazy
from django.utils.translation import ungettext_lazy

class MyForm(forms.Form):
error_message = ungettext_lazy("You only provided %(num)d argument",
Expand Down

0 comments on commit d99b9f4

Please sign in to comment.