From 42f8a069aa55a6edce316a1164800965c200ad65 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 14 Oct 2005 14:06:49 +0000 Subject: [PATCH] Grammar fix to docs/design_philosophies.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@861 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/design_philosophies.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_philosophies.txt b/docs/design_philosophies.txt index b718942a09..720694e7a3 100644 --- a/docs/design_philosophies.txt +++ b/docs/design_philosophies.txt @@ -208,7 +208,7 @@ The template system intentionally doesn't allow the following: * Advanced logic The goal is not to invent a programming language. The goal is to offer just -enough programming-esque functionality, such as branching and looping, that are +enough programming-esque functionality, such as branching and looping, that is essential for making presentation-related decisions. Extensibility