8000 Fixed typo in docs/topics/i18n/translation.txt · ddriddle/django@25b52d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25b52d0

Browse files
mounirmesselmenitimgraham
authored andcommitted
Fixed typo in docs/topics/i18n/translation.txt
1 parent 4a438e4 commit 25b52d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/i18n/translation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ integer as the ``number`` argument. Then ``number`` will be looked up in the
447447
dictionary under that key during string interpolation. Here's example::
448448

449449
from django import forms
450-
from django.utils.translation import ugettext_lazy
450+
from django.utils.translation import ungettext_lazy
451451

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

0 commit comments

Comments
 (0)
0