Fixed typo in docs/ref/forms/widgets.txt.

This commit is contained in:
Brad Solomon 2021-02-01 06:04:48 -05:00 committed by GitHub
parent 8d3c3a5717
commit f9cfd346f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,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: