diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-10-14 14:06:49 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-10-14 14:06:49 +0000 |
| commit | 42f8a069aa55a6edce316a1164800965c200ad65 (patch) | |
| tree | 70a526887442ace3ba769ced4e69fc43e403310b /docs | |
| parent | fdcc9da59c92dae4d17b0c0e71d4cc666ba759f5 (diff) | |
Grammar fix to docs/design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/design_philosophies.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design_philosophies.txt b/docs/design_philosophies.txt index b718942a09..720694e7a3 100644 --- a/docs/design_philosophies.txt +++ b/docs/design_philosophies.txt @@ -208,7 +208,7 @@ The template system intentionally doesn't allow the following: * Advanced logic The goal is not to invent a programming language. The goal is to offer just -enough programming-esque functionality, such as branching and looping, that are +enough programming-esque functionality, such as branching and looping, that is essential for making presentation-related decisions. Extensibility |
