diff options
| author | Gabriel Hurley <gabehr@gmail.com> | 2011-02-18 22:42:37 +0000 |
|---|---|---|
| committer | Gabriel Hurley <gabehr@gmail.com> | 2011-02-18 22:42:37 +0000 |
| commit | f58dd619b84d2afb42f035f38f5fada75b6a815b (patch) | |
| tree | a7eb40efb27fb5a2643a2e26c8c394102f647eef /docs | |
| parent | eb80803454441be0f9d10232fc3b00d40682a2d7 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/localization.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
