浏览代码

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

Maxime Lorant 10 年之前
父节点
当前提交
c307383ec9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/ref/forms/validation.txt

+ 1 - 1
docs/ref/forms/validation.txt

@@ -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``.