From 73d4560a92664a543111afc60e44f7f76d136c9c Mon Sep 17 00:00:00 2001 From: Christoph Schindler Date: Sat, 6 May 2017 00:24:27 +0200 Subject: [PATCH] [1.11.x] Fixed typo in docs/ref/forms/fields.txt. Backport of 2874531ab59d46a48e32fb553ac86499778784bc from master --- 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 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