From d5bbe395c216f3b71ea1ab4a0d820df9a229d5b1 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 14 Oct 2005 03:33:54 +0000 Subject: [PATCH] Small grammar cleanup to design_philosophies.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@857 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/design_philosophies.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/design_philosophies.txt b/docs/design_philosophies.txt index 9553e4fb44..257c3b0c2e 100644 --- a/docs/design_philosophies.txt +++ b/docs/design_philosophies.txt @@ -196,7 +196,8 @@ Treat whitespace obviously -------------------------- 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 -----------------------------------