Skip to content

Commit

Permalink
Fixed #7301 -- Corrected minor typo in docstring. Thanks, micahcowan.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7557 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed May 29, 2008
1 parent b2b7a0c commit 55d5f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/template/defaulttags.py
Expand Up @@ -515,7 +515,7 @@ def debug(parser, token):
#@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.
Expand Down

0 comments on commit 55d5f7e

Please sign in to comment.