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
This commit is contained in:
parent
91bf6e5765
commit
0991cd004c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue