diff --git a/docs/topics/forms/modelforms.txt b/docs/topics/forms/modelforms.txt index f457361b6c..bfc066d251 100644 --- a/docs/topics/forms/modelforms.txt +++ b/docs/topics/forms/modelforms.txt @@ -485,10 +485,9 @@ To specify a custom widget for a field, use the ``widgets`` attribute of the inner ``Meta`` class. This should be a dictionary mapping field names to widget classes or instances. -For example, if you want the a ``CharField`` for the ``name`` -attribute of ``Author`` to be represented by a ``