From 0f694ce2ebce01356d48302c33c23902b4777537 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 30 May 2024 14:42:05 +0200 Subject: Made cosmetic edits to code snippets reformatted with blacken-docs. --- docs/ref/forms/validation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/validation.txt b/docs/ref/forms/validation.txt index a2b3fb4885..7a037eaf75 100644 --- a/docs/ref/forms/validation.txt +++ b/docs/ref/forms/validation.txt @@ -370,7 +370,7 @@ example:: # Only do something if both fields are valid so far. if "help" not in subject: raise ValidationError( - "Did not send for 'help' in the subject despite " "CC'ing yourself." + "Did not send for 'help' in the subject despite CC'ing yourself." ) In this code, if the validation error is raised, the form will display an -- cgit v1.3