1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[3.1.x] Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt.

Backport of 927bd888dd from master
This commit is contained in:
Ninad Kulkarni
2020-08-21 10:45:03 +05:30
committed by Mariusz Felisiak
parent af190bf263
commit 8fb24a5130

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: