Fixed #20823 -- Typo in docs/ref/forms/validation.txt
This commit is contained in:
parent
5c1143910e
commit
05ea5a2139
|
@ -171,7 +171,7 @@ following guidelines:
|
|||
|
||||
Putting it all together::
|
||||
|
||||
raise ValidationErrror(
|
||||
raise ValidationError(
|
||||
_('Invalid value: %(value)s'),
|
||||
code='invalid',
|
||||
params={'value': '42'},
|
||||
|
|
Loading…
Reference in New Issue