1
0
mirror of https://github.com/django/django.git synced 2025-02-03 22:17:24 +00:00

Small grammar cleanup to design_philosophies.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-10-14 03:33:54 +00:00
parent cdfbdfb1b2
commit d5bbe395c2

View File

@ -196,7 +196,8 @@ Treat whitespace obviously
-------------------------- --------------------------
The template system do magic things with whitespace. If a template includes 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 Don't invent a programming language
----------------------------------- -----------------------------------