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:58 -0400 |
| commit | d99b9f4d23917a59a85cd37f98a9c62329db5104 (patch) | |
| tree | a1d0af5df9797f9697dccba4714d0b869ad9d538 | |
| parent | f6ecb5407e5e7bb11e8d1a36413f20eebc39e0af (diff) | |
[1.7.x] Fixed typo in docs/topics/i18n/translation.txt
Backport of 25b52d04f6eace3b702adf7c6ab68daf1867c7e3 from master
| -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 213e167d91..1ef36a3a12 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -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", |
