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:27 -0400 |
| commit | 2874531ab59d46a48e32fb553ac86499778784bc (patch) | |
| tree | 5d4a25124e77eacbc19dcf1700f4ea342354dd78 /docs | |
| parent | e7f75b0b14c7f27c235d9dcf2b9103eb90ddd217 (diff) | |
Fixed typo in docs/ref/forms/fields.txt.
Diffstat (limited to 'docs')
| -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 dfb5608c25..10a47ef740 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -986,7 +986,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 |
