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:
parent
ed1c9b2046
commit
fdcc9da59c
|
@ -195,9 +195,9 @@ expects some level of code competence in template authors.
|
||||||
Treat whitespace obviously
|
Treat whitespace obviously
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
The template system do magic things with whitespace. If a template includes
|
The template system shouldn't do magic things with whitespace. If a template
|
||||||
whitespace, the system should treat the whitespace as it treats text -- just
|
includes whitespace, the system should treat the whitespace as it treats text
|
||||||
display it.
|
-- just display it.
|
||||||
|
|
||||||
Don't invent a programming language
|
Don't invent a programming language
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
Loading…
Reference in New Issue