diff options
| author | Mounir <messelmeni.mounir@gmail.com> | 2015-04-28 18:30:52 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-28 12:53:38 -0400 |
| commit | ec23572f12ac5a599090bbb290a047931b75bdbd (patch) | |
| tree | 69c61a3d291fcb66c43434d5b40f8ccb944afadb /docs | |
| parent | b67bd1b483dfda7901a11a6e323db8a7e00c26c4 (diff) | |
[1.8.x] Fixed typo in docs/topics/i18n/translation.txt
Backport of 25b52d04f6eace3b702adf7c6ab68daf1867c7e3 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/translation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index a97027ce20..cf9d569d97 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -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", |
