mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
[5.0.x] Made cosmetic edits to code snippets reformatted with blacken-docs.
Backport of 0f694ce2eb
from main.
This commit is contained in:
parent
629398e55f
commit
3925476ca0
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue