[1.8.x] Fixed typo in docs/topics/i18n/translation.txt

Backport of 25b52d04f6 from master
This commit is contained in:
Mounir 2015-04-28 18:30:52 +02:00 committed by Tim Graham
parent b67bd1b483
commit ec23572f12
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,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",