From 85fe1079968209e380141c67fe7ef5048d28584b Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 24 Jan 2007 03:30:32 +0000 Subject: [PATCH] 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 --- docs/newforms.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.