diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-05-30 14:42:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-30 09:42:05 -0300 |
| commit | 0f694ce2ebce01356d48302c33c23902b4777537 (patch) | |
| tree | de69771be04706f6311e247864e2a168429b48a5 /docs/ref/forms | |
| parent | ff308a06047cd60806d604a7cf612e5656ee2ac9 (diff) | |
Made cosmetic edits to code snippets reformatted with blacken-docs.
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/validation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
