Django

Code

Changeset 7020

Show
Ignore:
Timestamp:
01/13/08 13:07:14 (8 months ago)
Author:
gwilson
Message:

Fixed another typo in templates docs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/templates_python.txt

    r7019 r7020  
    828828       don't specify this attribute, it defaults to ``False``). This attribute 
    829829       tells Django that your filter function wants to be passed an extra 
    830        keyword argument, called ``autoescape``, that is ``True`` is 
     830       keyword argument, called ``autoescape``, that is ``True`` if 
    831831       auto-escaping is in effect and ``False`` otherwise. 
    832832