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

This commit is contained in:
Tim Graham 2017-06-03 10:37:20 -04:00
parent 54caca2d34
commit ecae9c7aec
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ For each field, we describe the default widget used if you don't specify
model field. See the :ref:`model field reference documentation on
choices <field-choices>` for more details. If the argument is a
callable, it is evaluated each time the field's form is initialized.
Defaults to an emtpy list.
Defaults to an empty list.
``TypedChoiceField``
--------------------