summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/design_philosophies.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/design_philosophies.txt b/docs/design_philosophies.txt
index 9bfe81ddc1..9553e4fb44 100644
--- a/docs/design_philosophies.txt
+++ b/docs/design_philosophies.txt
@@ -187,10 +187,10 @@ text.
Assume designer competence
--------------------------
-The template system shouldn't be designed so that templates are displayed
-nicely in WYSIWYG editors such as Dreamweaver. That is too severe of a
-limitation and wouldn't allow the syntax to be as nice as it is. Django expects
-some level of competence in template authors.
+The template system shouldn't be designed so that templates necessarily are
+displayed nicely in WYSIWYG editors such as Dreamweaver. That is too severe of
+a limitation and wouldn't allow the syntax to be as nice as it is. Django
+expects some level of code competence in template authors.
Treat whitespace obviously
--------------------------