Fixed typo in docs/design_philosophies.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-10-14 14:05:46 +00:00
parent ed1c9b2046
commit fdcc9da59c
1 changed files with 3 additions and 3 deletions

View File

@ -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
-----------------------------------