Django

Code

Changeset 1263

Show
Ignore:
Timestamp:
11/15/05 21:37:01 (3 years ago)
Author:
adrian
Message:

Fixed #808 -- Fixed typo in docs/forms.txt. Thanks, limodou

Files:

Legend:

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

    r867 r1263  
    390390 
    391391    def contact_form(request): 
    392         manipulator = ContactFormManipulator() 
     392        manipulator = ContactManipulator() 
    393393        if request.POST: 
    394394            new_data = request.POST.copy()