From d6100b715d7804a74abaf47a30fa1d28e50dca4e Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 3 Jun 2017 10:37:20 -0400 Subject: [1.11.x] Fixed typo in docs/ref/forms/fields.txt. Backport of ecae9c7aec3012788e08dea60bede63405c860fa from master --- docs/ref/forms/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 ` 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`` -------------------- -- cgit v1.3