1
0
mirror of https://github.com/django/django.git synced 2025-03-24 16:20:46 +00:00

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

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'},