summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2009-05-17 18:11:58 +0000
committerKaren Tracey <kmtracey@gmail.com>2009-05-17 18:11:58 +0000
commit65966cebd34b171f5156d7334dd9793906d5897c (patch)
tree4ed07373b82c6213f443f4ab06b777ef111139de /docs
parentd4e44699aa32a591e8e57cbb148fbaabf2deaab8 (diff)
[1.0.X] Fixed #10817 -- Corrected some grammar in the forms doc. Thanks 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
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/forms/index.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt
index 1298ac3987..3e8ef367d5 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
========