Author: russellm
Date: 2010-10-08 10:37:38 -0500 (Fri, 08 Oct 2010)
New Revision: 14018

Modified:
   django/trunk/docs/ref/forms/fields.txt
Log:
Fixed #14375 -- Corrected the capitalization of MultiValueField. Thanks to Blue 
for the report.

Modified: django/trunk/docs/ref/forms/fields.txt
===================================================================
--- django/trunk/docs/ref/forms/fields.txt      2010-10-08 15:37:16 UTC (rev 
14017)
+++ django/trunk/docs/ref/forms/fields.txt      2010-10-08 15:37:38 UTC (rev 
14018)
@@ -775,7 +775,7 @@
         ...
         ValidationError: [u'Ensure this value has at most 20 characters (it 
has 28).']
 
-``MultiValuefield``
+``MultiValueField``
 ~~~~~~~~~~~~~~~~~~~
 
 .. class:: MultiValueField(**kwargs)

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@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