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: