summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-01-24 03:30:32 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-01-24 03:30:32 +0000
commit85fe1079968209e380141c67fe7ef5048d28584b (patch)
treea95f913efdf560333c9426326367d2e6db11313a /docs
parent8a6c337f2a62c1f4af305f21229ee19a0ccb9c88 (diff)
Made tiny grammar change to docs/newforms.txt. Thanks, Rex
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4409 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/newforms.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newforms.txt b/docs/newforms.txt
index 88485a7b8c..aeed33752a 100644
--- a/docs/newforms.txt
+++ b/docs/newforms.txt
@@ -51,7 +51,7 @@ too messy. The choice is yours.
Overview
========
-As the ``django.forms`` ("manipulators") system before it, ``django.newforms``
+As with the ``django.forms`` ("manipulators") system before it, ``django.newforms``
is intended to handle HTML form display, validation and redisplay. It's what
you use if you want to perform server-side validation for an HTML form.