mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.
This commit is contained in:
parent
6c3525a09d
commit
c23aa73626
15 changed files with 18 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue