From eab0b8b8045b2a63109f40f755c9f0a220e660fd Mon Sep 17 00:00:00 2001 From: Brad Solomon Date: Mon, 1 Feb 2021 06:04:48 -0500 Subject: [PATCH] [3.2.x] Fixed typo in docs/ref/forms/widgets.txt. Backport of f9cfd346f0222d86bfbac26ef5455806965bae6b from master --- docs/ref/forms/widgets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt index 9a19ab14366..76f7704690f 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -417,7 +417,7 @@ foundation for custom widgets. .. method:: get_context(name, value, attrs) In addition to the ``'widget'`` key described in - :meth:`Widget.get_context`, ``MultiValueWidget`` adds a + :meth:`Widget.get_context`, ``MultiWidget`` adds a ``widget['subwidgets']`` key. These can be looped over in the widget template: