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:
parent
8a6c337f2a
commit
85fe107996
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue