diff options
Diffstat (limited to 'docs/ref/forms')
| -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 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 |
