Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt.

This commit is contained in:
Ninad Kulkarni 2020-08-21 10:45:03 +05:30 committed by Mariusz Felisiak
parent 41725602af
commit 927bd888dd
1 changed files with 1 additions and 1 deletions

View File

@ -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: