summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2008-11-11 02:57:02 +0000
committerKaren Tracey <kmtracey@gmail.com>2008-11-11 02:57:02 +0000
commit675a4a1067123fe87512dff4c458e4a08eb7c86d (patch)
tree885547bd0a7a9d35096371415a0a8d6094d2cc15 /docs
parentad4e1a7a72136b5a6364b60ccf8a3e3ae387814a (diff)
Fixed #9567 - Removed an extraneous 'are'.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9390 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/forms/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt
index b4c57bc8bd..de1e430c1e 100644
--- a/docs/topics/forms/index.txt
+++ b/docs/topics/forms/index.txt
@@ -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.