summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-10-14 03:33:54 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-10-14 03:33:54 +0000
commitd5bbe395c216f3b71ea1ab4a0d820df9a229d5b1 (patch)
tree741d50b57f323cce398b2093122b8c583a197c09 /docs
parentcdfbdfb1b23be17ac2aac00a10db8874b54fd7e2 (diff)
Small grammar cleanup to design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/design_philosophies.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/design_philosophies.txt b/docs/design_philosophies.txt
index 9553e4fb44..257c3b0c2e 100644
--- a/docs/design_philosophies.txt
+++ b/docs/design_philosophies.txt
@@ -196,7 +196,8 @@ Treat whitespace obviously
--------------------------
The template system do magic things with whitespace. If a template includes
-whitespace, the system should treat it as it treats text -- just display it.
+whitespace, the system should treat the whitespace as it treats text -- just
+display it.
Don't invent a programming language
-----------------------------------