summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-10-14 14:05:46 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-10-14 14:05:46 +0000
commitfdcc9da59c92dae4d17b0c0e71d4cc666ba759f5 (patch)
treeb551a2b28eb78f45dbad62ae92527317e2e392e3
parented1c9b20466324b085fb055b28c515ea3443e2a9 (diff)
Fixed typo in docs/design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/design_philosophies.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/design_philosophies.txt b/docs/design_philosophies.txt
index 257c3b0c2e..b718942a09 100644
--- a/docs/design_philosophies.txt
+++ b/docs/design_philosophies.txt
@@ -195,9 +195,9 @@ expects some level of code competence in template authors.
Treat whitespace obviously
--------------------------
-The template system do magic things with whitespace. If a template includes
-whitespace, the system should treat the whitespace as it treats text -- just
-display it.
+The template system shouldn't do magic things with whitespace. If a template
+includes whitespace, the system should treat the whitespace as it treats text
+-- just display it.
Don't invent a programming language
-----------------------------------