diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt index cb47639345..e873a25d6c 100644 --- a/docs/topics/forms/index.txt +++ b/docs/topics/forms/index.txt @@ -19,9 +19,9 @@ While it is possible to process form submissions just using Django's number of common form-related tasks. Using it, you can: 1. Display an HTML form with automatically generated form widgets. - 2. Checking submitted data against a set of validation rules. - 3. Redisplaying a form in the case of validation errors. - 4. Converting submitted form data to the relevant Python data types. + 2. Check submitted data against a set of validation rules. + 3. Redisplay a form in the case of validation errors. + 4. Convert submitted form data to the relevant Python data types. Overview ========