mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
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:
parent
b2b7a0c1cc
commit
55d5f7ecf4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue