Skip to content

Commit

Permalink
[1.0.X] Fixed #10817 -- Corrected some grammar in the forms doc. Than…
Browse files Browse the repository at this point in the history
…ks nickretallack@gmail.com.

r10814 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10815 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
kmtracey committed May 17, 2009
1 parent d4e4469 commit 65966ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/topics/forms/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
========
Expand Down

0 comments on commit 65966ce

Please sign in to comment.