Index: docs/newforms.txt
===================================================================
--- docs/newforms.txt   (revision 6184)
+++ docs/newforms.txt   (working copy)
@@ -981,6 +981,9 @@
     >>> f.errors
     {'url': [u'This field is required.'], 'name': [u'This field is required.']}

+Finally note that for a ``MultiValueField``, you need to pass in the data as one value - unlike the ``data`` array, which needs them as subfields
+
+
 ``widget``
 ~~~~~~~~~~

