mirror of
https://github.com/django/django.git
synced 2026-02-09 02:49:25 +08:00
Fixed typo in tests/forms_tests/widget_tests/test_clearablefileinput.py docstring.
This commit is contained in:
@@ -55,7 +55,7 @@ class ClearableFileInputTest(WidgetTest):
|
||||
|
||||
def test_clear_input_renders_only_if_not_required(self):
|
||||
"""
|
||||
A ClearableFileInput with is_required=False does not render a clear
|
||||
A ClearableFileInput with is_required=True does not render a clear
|
||||
checkbox.
|
||||
"""
|
||||
widget = ClearableFileInput()
|
||||
|
||||
Reference in New Issue
Block a user