Kaydet (Commit) 55d5f7ec authored tarafından Russell Keith-Magee's avatar Russell Keith-Magee

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
üst b2b7a0c1
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment