summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-07-24 02:43:09 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-07-24 02:43:09 +0000
commit0991cd004c53895b5d34d03f6c3cbc9cbe43dc74 (patch)
treea2bfa1f8e39089a9311d0f19f976cf6fef8c5491 /docs
parent91bf6e5765529bb7f0606a5b378f87a035baaeda (diff)
Fixed grammar: Designate -> Differentiate in docs/design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3438 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/design_philosophies.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/design_philosophies.txt b/docs/design_philosophies.txt
index 17ed3ad6da..7fdc7ea01b 100644
--- a/docs/design_philosophies.txt
+++ b/docs/design_philosophies.txt
@@ -274,8 +274,8 @@ Loose coupling
A view shouldn't care about which template system the developer uses -- or even
whether a template system is used at all.
-Designate between GET and POST
-------------------------------
+Differentiate between GET and POST
+----------------------------------
GET and POST are distinct; developers should explicitly use one or the other.
The framework should make it easy to distinguish between GET and POST data.