diff options
| author | Ninad Kulkarni <ninadkulkarni@outlook.com> | 2020-08-21 10:45:03 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-08-21 08:14:07 +0200 |
| commit | 927bd888ddea8bf37aec5515a7367fe8aeb3d1b4 (patch) | |
| tree | 4d7793c70fc6e3a6271353a33755787c03aac785 /docs/ref/forms | |
| parent | 41725602afebe2ddb018b99afe134384cc3bf69e (diff) | |
Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt.
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/fields.txt | 2 |
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: |
