summaryrefslogtreecommitdiff
path: root/docs/add_ons.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/add_ons.txt')
-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