Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.

This commit is contained in:
Andrew Northall 2021-08-15 20:11:25 +01:00 committed by Carlton Gibson
parent 6c3525a09d
commit c23aa73626
15 changed files with 18 additions and 17 deletions

View file

@ -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