Skip to content

Commit

Permalink
Fixed #2118 -- Fixed typos in docs/add_ons.txt. Thanks, donarb@nwlink…
Browse files Browse the repository at this point in the history
….com

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Jun 8, 2006
1 parent 64ebd1d commit 14c159d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/add_ons.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ humanize
======== ========


A set of Django template filters useful for adding a "human touch" to data. A set of Django template filters useful for adding a "human touch" to data.
To activate these filters, add ``'django.contrib.english'`` to your To activate these filters, add ``'django.contrib.humanize'`` to your
``INSTALLED_APPS`` setting. Once you've done that, use ``{% load english %}`` ``INSTALLED_APPS`` setting. Once you've done that, use ``{% load humanize %}``
in a template, and you'll have access to these filters: in a template, and you'll have access to these filters:


apnumber apnumber
Expand Down

0 comments on commit 14c159d

Please sign in to comment.