Author: lukeplant
Date: 2010-09-07 15:26:23 -0500 (Tue, 07 Sep 2010)
New Revision: 13689

Modified:
   django/branches/releases/1.2.X/
   django/branches/releases/1.2.X/docs/ref/forms/validation.txt
Log:
[1.2.X] Fixed #14205 - Tiny grammar fix in form validation documentation
  
Thanks to zendak for report and patch.

Backport of [13687] from trunk.



Property changes on: django/branches/releases/1.2.X
___________________________________________________________________
Name: svnmerge-integrated
   - 
/django/trunk:1-13360,13434,13480,13574,13600,13638,13652,13664,13666,13668,13680,13683,13685
   + 
/django/trunk:1-13360,13434,13480,13574,13600,13638,13652,13664,13666,13668,13680,13683,13685,13687

Modified: django/branches/releases/1.2.X/docs/ref/forms/validation.txt
===================================================================
--- django/branches/releases/1.2.X/docs/ref/forms/validation.txt        
2010-09-07 20:21:50 UTC (rev 13688)
+++ django/branches/releases/1.2.X/docs/ref/forms/validation.txt        
2010-09-07 20:26:23 UTC (rev 13689)
@@ -178,7 +178,7 @@
 .. versionadded:: 1.2
 
 Django's form (and model) fields support use of simple utility functions and
-classes known as validators. These can passed to a field's constructor, via
+classes known as validators. These can be passed to a field's constructor, via
 the field's ``validators`` argument, or defined on the Field class itself with
 the ``default_validators`` attribute.
 

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

Reply via email to