Fixed typo in template docs -- Thanks, Nicholas Riley and Robin Munn!

git-svn-id: http://code.djangoproject.com/svn/django/trunk@145 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-07-17 15:15:26 +00:00
parent 0b62adddb2
commit 136d78b86e
1 changed files with 163 additions and 163 deletions

View File

@ -309,7 +309,7 @@ Built-in tag reference
See `Template inheritance`_ for more information.
``filter``
Filter the contents of the blog through variable filters.
Filter the contents of the variable through variable filters.
Filters can also be piped through each other, and they can have arguments --
just like in variable syntax.