summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2008-05-29 11:42:55 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2008-05-29 11:42:55 +0000
commit55d5f7ecf4a5deff75d9dd6f565583e4cb16fcd2 (patch)
tree8e637c8d2e4d50e0d06fc64d729b14e416177df8
parentb2b7a0c1ccb30bc194ceaf2c8f3b4a2cda353378 (diff)
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
-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.