From c23aa736264d47c51b2f2ff2e3139187204fc9b8 Mon Sep 17 00:00:00 2001 From: Andrew Northall Date: Sun, 15 Aug 2021 20:11:25 +0100 Subject: Fixed #32964 -- Corrected 'setup'/'set up' usage in docs. --- docs/ref/forms/widgets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/forms') 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 -- cgit v1.3