diff options
| author | Tim Graham <timograham@gmail.com> | 2017-06-03 10:37:20 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-06-03 10:37:20 -0400 |
| commit | ecae9c7aec3012788e08dea60bede63405c860fa (patch) | |
| tree | 28f1b086d73dfc1bfbd8486110ff0afb47589cd1 /docs | |
| parent | 54caca2d34c7cb6807da0a82bcec7b3a679ac104 (diff) | |
Fixed typo in docs/ref/forms/fields.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/forms/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 2472f69f48..442ec58da9 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -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`` -------------------- |
