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
This commit is contained in:
Adrian Holovaty 2007-01-24 03:30:32 +00:00
parent 8a6c337f2a
commit 85fe107996
1 changed files with 1 additions and 1 deletions

View File

@ -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.