[1.0.X] Fixed #9567 - Removed an extraneous 'are'.

[9390] from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9391 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Karen Tracey 2008-11-11 03:00:27 +00:00
parent 21e0efcd64
commit 1ea0057296
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Form objects
A Form object encapsulates a sequence of form fields and a collection of
validation rules that must be fulfilled in order for the form to be accepted.
Form classes are created as subclasses of ``django.forms.Form`` and are
Form classes are created as subclasses of ``django.forms.Form`` and
make use of a declarative style that you'll be familiar with if you've used
Django's database models.