diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2013-02-07 19:57:26 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2013-02-07 19:57:26 -0300 |
| commit | 112c6e987dbe789c8eb1889852f6056131c8d4d6 (patch) | |
| tree | ba6fc82147d8622500439178b2b166fcb1080140 /docs | |
| parent | 64623a2e115d781c99c7df4dbb67a1e576c0165a (diff) | |
Typo in i18n docs.
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 122328e31b..782a632456 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -353,7 +353,7 @@ It is recommended to always provide explicit :attr:`~django.db.models.Options.verbose_name` and :attr:`~django.db.models.Options.verbose_name_plural` options rather than relying on the fallback English-centric and somewhat naïve determination of -verbose names Django performs bu looking at the model's class name:: +verbose names Django performs by looking at the model's class name:: from django.utils.translation import ugettext_lazy as _ |
