Django

Code

Changeset 861

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

Grammar fix to docs/design_philosophies.txt

Files:

Legend:

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

    r860 r861  
    209209 
    210210The goal is not to invent a programming language. The goal is to offer just 
    211 enough programming-esque functionality, such as branching and looping, that are 
     211enough programming-esque functionality, such as branching and looping, that is 
    212212essential for making presentation-related decisions. 
    213213