Fixed typo in docs/ref/forms/validation.txt.

This commit is contained in:
Maxime Lorant 2014-06-11 23:13:34 +02:00 committed by Tim Graham
parent 2e4d667ec1
commit c307383ec9
1 changed files with 1 additions and 1 deletions

View File

@ -412,5 +412,5 @@ sample) looks like this::
The second argument of ``add_error()`` can be a simple string, or preferably
an instance of ``ValidationError``. See :ref:`raising-validation-error` for
more details. Note that ``add_error()` automatically removes the field
more details. Note that ``add_error()`` automatically removes the field
from ``cleaned_data``.