Django

Code

Changeset 9390

Show
Ignore:
Timestamp:
11/10/08 20:57:02 (2 months ago)
Author:
kmtracey
Message:

Fixed #9567 - Removed an extraneous 'are'.

Files:

Legend:

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

    r9215 r9390  
    5858A Form object encapsulates a sequence of form fields and a collection of 
    5959validation rules that must be fulfilled in order for the form to be accepted. 
    60 Form classes are created as subclasses of ``django.forms.Form`` and are 
     60Form classes are created as subclasses of ``django.forms.Form`` and  
    6161make use of a declarative style that you'll be familiar with if you've used 
    6262Django's database models.