Django

Code

Changeset 5117

Show
Ignore:
Timestamp:
04/28/07 08:31:44 (2 years ago)
Author:
mtredinnick
Message:

Fixed #4180 -- Fixed docstring typo noticed by Gary Wilson.

Files:

Legend:

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

    r5116 r5117  
    205205        """ 
    206206        Convert the given token string into a new Token object and return it. 
    207         If tag is True, we are processing something that matched a tag, 
     207        If in_tag is True, we are processing something that matched a tag, 
    208208        otherwise it should be treated as a literal string. 
    209209        """