[3.1.x] Fixed typo in docs/ref/forms/widgets.txt.

Backport of f9cfd346f0 from master
This commit is contained in:
Brad Solomon 2021-02-01 06:04:48 -05:00 committed by Mariusz Felisiak
parent 65d4c59da9
commit 2d560af8fb
1 changed files with 1 additions and 1 deletions

View File

@ -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: