summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-06-08 03:03:19 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-06-08 03:03:19 +0000
commit14c159d21d89d32b23639dd15d0884c21597c4fa (patch)
tree9a5611823b97dfcb270911b51bc00200ae1a6b0a /docs
parent64ebd1da15341b0295ce3f8719fb76e94e85b968 (diff)
Fixed #2118 -- Fixed typos in docs/add_ons.txt. Thanks, donarb@nwlink.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/add_ons.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/add_ons.txt b/docs/add_ons.txt
index 9f5dc640da..d72e92b018 100644
--- a/docs/add_ons.txt
+++ b/docs/add_ons.txt
@@ -49,8 +49,8 @@ humanize
========
A set of Django template filters useful for adding a "human touch" to data.
-To activate these filters, add ``'django.contrib.english'`` to your
-``INSTALLED_APPS`` setting. Once you've done that, use ``{% load english %}``
+To activate these filters, add ``'django.contrib.humanize'`` to your
+``INSTALLED_APPS`` setting. Once you've done that, use ``{% load humanize %}``
in a template, and you'll have access to these filters:
apnumber