Fixed #7301 -- Corrected minor typo in docstring. Thanks, micahcowan.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7557 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2008-05-29 11:42:55 +00:00
parent b2b7a0c1cc
commit 55d5f7ecf4
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ debug = register.tag(debug)
#@register.tag(name="filter")
def do_filter(parser, token):
"""
Filters the contents of the blog through variable filters.
Filters the contents of the block through variable filters.
Filters can also be piped through each other, and they can have
arguments -- just like in variable syntax.