Django

Code

Changeset 860

Show
Ignore:
Timestamp:
10/14/05 09:05:46 (3 years ago)
Author:
adrian
Message:

Fixed typo in docs/design_philosophies.txt

Files:

Legend:

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

    r857 r860  
    196196-------------------------- 
    197197 
    198 The template system do magic things with whitespace. If a template includes 
    199 whitespace, the system should treat the whitespace as it treats text -- jus
    200 display it. 
     198The template system shouldn't do magic things with whitespace. If a template 
     199includes whitespace, the system should treat the whitespace as it treats tex
     200-- just display it. 
    201201 
    202202Don't invent a programming language