Fixed #20823 -- Typo in docs/ref/forms/validation.txt

This commit is contained in:
Tim Graham 2013-07-29 18:41:08 -04:00
parent 5c1143910e
commit 05ea5a2139
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ following guidelines:
Putting it all together::
raise ValidationErrror(
raise ValidationError(
_('Invalid value: %(value)s'),
code='invalid',
params={'value': '42'},