summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/forms')
-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 bd80f939e5..c40205d89d 100644
--- a/docs/ref/forms/fields.txt
+++ b/docs/ref/forms/fields.txt
@@ -1425,7 +1425,7 @@ customize the yielded 2-tuple choices.
.. attribute:: field
The instance of ``ModelChoiceField`` or ``ModelMultipleChoiceField`` to
- iterator and yield choice.
+ iterate and yield choices.
``ModelChoiceIterator`` has the following method: