[1.6.x] Fixed #20823 -- Typo in docs/ref/forms/validation.txt

Backport of 05ea5a2139 from master
This commit is contained in:
Tim Graham 2013-07-29 18:41:08 -04:00
parent 518faa19c1
commit e82846a9aa
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'},