Skip to content

Commit

Permalink
Fixed #14375 -- Corrected the capitalization of MultiValueField. Than…
Browse files Browse the repository at this point in the history
…ks to Blue for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14018 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Oct 8, 2010
1 parent 127a25a commit 2b87347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/forms/fields.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 2b87347

Please sign in to comment.