summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrad Solomon <bsolomon@protonmail.com>2021-02-01 06:04:48 -0500
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-02-01 12:05:49 +0100
commit2d560af8fb55465155048d41ee470df1a4501556 (patch)
tree104ab43312409ca61d5e0b124faa56ee00e89834 /docs
parent65d4c59da9fa55ea12a822c090c3fe328b4050f7 (diff)
[3.1.x] Fixed typo in docs/ref/forms/widgets.txt.
Backport of f9cfd346f0222d86bfbac26ef5455806965bae6b from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/forms/widgets.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt
index 9a19ab1436..76f7704690 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: