Commit 675a4a10 authored by Karen Tracey's avatar Karen Tracey
Browse files

Fixed #9567 - Removed an extraneous 'are'.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9390 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent ad4e1a7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.