summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/template/defaulttags.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/template/defaulttags.py b/django/template/defaulttags.py
index e5a8e6620b..cf3b35b4cc 100644
--- a/django/template/defaulttags.py
+++ b/django/template/defaulttags.py
@@ -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.