From 2b87347049eb0f20e26d6b41f076aa1ee6196132 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 8 Oct 2010 15:37:38 +0000 Subject: [PATCH] Fixed #14375 -- Corrected the capitalization of MultiValueField. Thanks to Blue for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14018 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/forms/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index d2b1c303ed029..ce86a0cb34736 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -775,7 +775,7 @@ Takes one extra required argument: ... ValidationError: [u'Ensure this value has at most 20 characters (it has 28).'] -``MultiValuefield`` +``MultiValueField`` ~~~~~~~~~~~~~~~~~~~ .. class:: MultiValueField(**kwargs)