소스 검색

Fixed typo in ref/forms/widgets.txt.

Mariusz Felisiak 5 년 전
부모
커밋
ef1286e3e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/ref/forms/widgets.txt

+ 1 - 1
docs/ref/forms/widgets.txt

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