diff options
| author | Christoph Schindler <hop@30hopsmax.at> | 2017-05-06 00:24:27 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-05-05 18:24:46 -0400 |
| commit | 73d4560a92664a543111afc60e44f7f76d136c9c (patch) | |
| tree | 1d14c0e6d12154f563cf90983aaad4f2a4daf37b /docs/ref/forms | |
| parent | 68ebc240a47cb235a186a01f887db318e0a55eba (diff) | |
[1.11.x] Fixed typo in docs/ref/forms/fields.txt.
Backport of 2874531ab59d46a48e32fb553ac86499778784bc from master
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 96fe2a8549..175aa77f46 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -988,7 +988,7 @@ Slightly complex built-in ``Field`` classes Once all fields are cleaned, the list of clean values is combined into a single value by :meth:`~MultiValueField.compress`. - Also takes one extra optional argument: + Also takes some optional arguments: .. attribute:: require_all_fields |
