summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
authorAndrew Northall <andrew@northall.me.uk>2021-08-15 20:11:25 +0100
committerCarlton Gibson <carlton@noumenal.es>2021-08-17 12:18:07 +0200
commitc23aa736264d47c51b2f2ff2e3139187204fc9b8 (patch)
treee8e6a7be363d19b6e85e3edace43e8dcbc80f05f /docs/ref/forms
parent6c3525a09db5177bf4e3856de85bf8b1300402d5 (diff)
Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.
Diffstat (limited to 'docs/ref/forms')
-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 f5d42154e6..48e83a2da9 100644
--- a/docs/ref/forms/widgets.txt
+++ b/docs/ref/forms/widgets.txt
@@ -454,7 +454,7 @@ foundation for custom widgets.
return '{}-{}-{}'.format(year, month, day)
The constructor creates several :class:`Select` widgets in a list. The
- ``super()`` method uses this list to setup the widget.
+ ``super()`` method uses this list to set up the widget.
The required method :meth:`~MultiWidget.decompress` breaks up a
``datetime.date`` value into the day, month, and year values corresponding