Author: kmtracey
Date: 2009-05-17 13:10:10 -0500 (Sun, 17 May 2009)
New Revision: 10814

Modified:
   django/trunk/docs/topics/forms/index.txt
Log:
Fixed #10817 -- Corrected some grammar in the forms doc.  Thanks 
nickretall...@gmail.com.


Modified: django/trunk/docs/topics/forms/index.txt
===================================================================
--- django/trunk/docs/topics/forms/index.txt    2009-05-17 18:06:12 UTC (rev 
10813)
+++ django/trunk/docs/topics/forms/index.txt    2009-05-17 18:10:10 UTC (rev 
10814)
@@ -19,9 +19,9 @@
 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
 ========


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to