Skip to content

Commit

Permalink
Fixed #20823 -- Typo in docs/ref/forms/validation.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Jul 29, 2013
1 parent 5c11439 commit 05ea5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/forms/validation.txt
Expand Up @@ -171,7 +171,7 @@ following guidelines:


Putting it all together:: Putting it all together::


raise ValidationErrror( raise ValidationError(
_('Invalid value: %(value)s'), _('Invalid value: %(value)s'),
code='invalid', code='invalid',
params={'value': '42'}, params={'value': '42'},
Expand Down

0 comments on commit 05ea5a2

Please sign in to comment.