Fixed typo in ref/forms/widgets.txt.

This commit is contained in:
Mariusz Felisiak 2020-01-02 07:46:29 +01:00 committed by GitHub
parent 9762617a03
commit ef1286e3e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ foundation for custom widgets.
By default, returns ``False`` for hidden widgets and ``True``
otherwise. Special cases are :class:`~django.forms.ClearableFileInput`,
which returns ``False`` when ``initial`` is not set, and
which returns ``False`` when ``initial`` is set, and
:class:`~django.forms.CheckboxSelectMultiple`, which always returns
``False`` because browser validation would require all checkboxes to be
checked instead of at least one.