Commit c6725d69 authored by Maxime Lorant's avatar Maxime Lorant Committed by Tim Graham
Browse files

[1.7.x] Fixed typo in docs/ref/forms/validation.txt.

Backport of c307383e from master
parent 8c20f4af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -414,5 +414,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``.