From fdcc9da59c92dae4d17b0c0e71d4cc666ba759f5 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 14 Oct 2005 14:05:46 +0000 Subject: [PATCH] Fixed typo in docs/design_philosophies.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@860 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/design_philosophies.txt | 6 +++--- 1 file 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 -----------------------------------