From 8fb24a5130e09f28b00849776afb9372b18b75d4 Mon Sep 17 00:00:00 2001 From: Ninad Kulkarni Date: Fri, 21 Aug 2020 10:45:03 +0530 Subject: [PATCH] [3.1.x] Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt. Backport of 927bd888ddea8bf37aec5515a7367fe8aeb3d1b4 from master --- docs/ref/forms/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 60fa0bbce6..ba4bce3c90 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: