Django

Code

Changeset 3438

Show
Ignore:
Timestamp:
07/23/06 21:43:09 (2 years ago)
Author:
adrian
Message:

Fixed grammar: Designate -> Differentiate in docs/design_philosophies.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/design_philosophies.txt

    r2809 r3438  
    275275whether a template system is used at all. 
    276276 
    277 Designate between GET and POST 
    278 ------------------------------ 
     277Differentiate between GET and POST 
     278---------------------------------- 
    279279 
    280280GET and POST are distinct; developers should explicitly use one or the other.