diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-10-14 14:05:46 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-10-14 14:05:46 +0000 |
| commit | fdcc9da59c92dae4d17b0c0e71d4cc666ba759f5 (patch) | |
| tree | b551a2b28eb78f45dbad62ae92527317e2e392e3 /docs | |
| parent | ed1c9b20466324b085fb055b28c515ea3443e2a9 (diff) | |
Fixed typo in docs/design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/design_philosophies.txt | 6 |
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 ----------------------------------- |
