diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2013-02-07 19:57:26 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2013-02-14 20:46:27 -0300 |
| commit | e7ab0d35c1c93c1ffb5ee64e5996a7b1e6552571 (patch) | |
| tree | 8e46dd65644c8399f09c18cdbb61cbd15ad84882 | |
| parent | 6f29147488e14555ae2e7c56f0f74996010e97e3 (diff) | |
[1.5.x] Typo in i18n docs.
112c6e987dbe789c8eb1889852f6056131c8d4d6 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 aa4117a37f..a637d2998e 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 _ |
