diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 9ccd69823a..70c59008f7 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -7,7 +7,7 @@ Form fields .. currentmodule:: django.forms -.. class:: Field(**kwargs) +.. class:: Field When you create a ``Form`` class, the most important part is defining the fields of the form. Each field has custom validation logic, along with a few