From b59195db80f72d19455b238418d5d017bc40beac Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 29 May 2017 18:00:47 -0400 Subject: [PATCH] [1.10.x] Removed incorrect "required" attribute in docs/ref/forms/fields.txt. Backport of 17ed0d36bc3c380b7d8a0a30ceda09d98ab74fd4 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 8aaee62a286..3280dbc2491 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -125,7 +125,7 @@ We've specified ``auto_id=False`` to simplify the output:: >>> f = CommentForm(auto_id=False) >>> print(f) Your name: - Your website: + Your website: Comment: ``label_suffix``