From f58dd619b84d2afb42f035f38f5fada75b6a815b Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Fri, 18 Feb 2011 22:42:37 +0000 Subject: [PATCH] Fixed #15347 -- Corrected a typo in the l10n docs. Thanks to RaceCondition for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15565 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/i18n/localization.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/i18n/localization.txt b/docs/topics/i18n/localization.txt index f266d8f916..932a2c0dfc 100644 --- a/docs/topics/i18n/localization.txt +++ b/docs/topics/i18n/localization.txt @@ -334,7 +334,7 @@ may also want to use localization in selected templates, rather than using localization everywhere. To allow for fine control over the use of localization, Django -provides a the ``l10n`` template library that contains the following +provides the ``l10n`` template library that contains the following tags and filters. Template tags