Django

Code

Changeset 7557

Show
Ignore:
Timestamp:
05/29/08 06:42:55 (6 months ago)
Author:
russellm
Message:

Fixed #7301 -- Corrected minor typo in docstring. Thanks, micahcowan.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/template/defaulttags.py

    r6996 r7557  
    516516def do_filter(parser, token): 
    517517    """ 
    518     Filters the contents of the blog through variable filters. 
     518    Filters the contents of the block through variable filters. 
    519519 
    520520    Filters can also be piped through each other, and they can have