From e7ab0d35c1c93c1ffb5ee64e5996a7b1e6552571 Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Thu, 7 Feb 2013 19:57:26 -0300 Subject: [PATCH] [1.5.x] Typo in i18n docs. 112c6e987dbe789c8eb1889852f6056131c8d4d6 from master. --- docs/topics/i18n/translation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 _