From 6ab41bef135706c0755e17adf806653d28609115 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 14 Feb 2007 23:49:58 +0000 Subject: [PATCH] Made a small improvement to the first overview paragraph in docs/newforms.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@4508 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/newforms.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/newforms.txt b/docs/newforms.txt index ff222516b3..c2ede42f5e 100644 --- a/docs/newforms.txt +++ b/docs/newforms.txt @@ -51,9 +51,10 @@ too messy. The choice is yours. Overview ======== -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. +As with the ``django.forms`` ("manipulators") system before it, +``django.newforms`` is intended to handle HTML form display, data processing +(validation) and redisplay. It's what you use if you want to perform +server-side validation for an HTML form. For example, if your Web site has a contact form that visitors can use to send you e-mail, you'd use this library to implement the display of the HTML