summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-06-03 10:37:20 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2017-06-05 08:24:34 +0200
commitd6100b715d7804a74abaf47a30fa1d28e50dca4e (patch)
tree1394f1c19d384ffbfc2806dc06a13a9e58c999d4 /docs
parent81c3967e554716dbb5c86ebc390fd07389c39c2e (diff)
[1.11.x] Fixed typo in docs/ref/forms/fields.txt.
Backport of ecae9c7aec3012788e08dea60bede63405c860fa from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/forms/fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt
index 8e419c7b5b..4b00b4c68e 100644
--- a/docs/ref/forms/fields.txt
+++ b/docs/ref/forms/fields.txt
@@ -419,7 +419,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``
--------------------