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
This commit is contained in:
Gabriel Hurley 2011-02-18 22:42:37 +00:00
parent eb80803454
commit f58dd619b8
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ may also want to use localization in selected templates, rather than
using localization everywhere. using localization everywhere.
To allow for fine control over the use of localization, Django 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. tags and filters.
Template tags Template tags