Django

Code

Show
Ignore:
Timestamp:
03/05/08 18:54:14 (9 months ago)
Author:
gwilson
Message:

Fixed #6721 -- Fixed a typo in templates_python.txt documentation, thanks Atul Varma.

Files:

Legend:

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

    r7130 r7196  
    984984 
    985985Ultimately, this decoupling of compilation and rendering results in an 
    986 efficient template system, because a template can render multiple context 
     986efficient template system, because a template can render multiple contexts 
    987987without having to be parsed multiple times. 
    988988