diff options
| author | Brad Solomon <bsolomon@protonmail.com> | 2021-02-01 06:04:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-01 12:04:48 +0100 |
| commit | f9cfd346f0222d86bfbac26ef5455806965bae6b (patch) | |
| tree | 52e718366853af35893474a0e506a055ec09941c /docs | |
| parent | 8d3c3a57174a072479978d60f5ecdb9fd3c2fd23 (diff) | |
Fixed typo in docs/ref/forms/widgets.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/forms/widgets.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt index dbcc9175d0..3a930d298c 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -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: |
