summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-08-13 11:58:19 +0000
committerJannis Leidel <jannis@leidel.info>2011-08-13 11:58:19 +0000
commit566b3295fa77e9755613ac36e0d73950938cc577 (patch)
treef35f9f866e0b32cedf0904c142994be70d0ea074 /docs/ref/forms
parent1abafe696e44522e8d71c11a53501aeb70a75d38 (diff)
Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16615 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/forms')
-rw-r--r--docs/ref/forms/fields.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt
index 66c05e508e..11228f4320 100644
--- a/docs/ref/forms/fields.txt
+++ b/docs/ref/forms/fields.txt
@@ -938,8 +938,8 @@ representing a foreign key. A single argument is required:
.. attribute:: ModelChoiceField.empty_label
- By default the ``<select>`` widget used by ``ModelChoiceField`` will have a
- an empty choice at the top of the list. You can change the text of this
+ By default the ``<select>`` widget used by ``ModelChoiceField`` will have an
+ empty choice at the top of the list. You can change the text of this
label (which is ``"---------"`` by default) with the ``empty_label``
attribute, or you can disable the empty label entirely by setting
``empty_label`` to ``None``::