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:
parent
eb80803454
commit
f58dd619b8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue