summaryrefslogtreecommitdiff
path: root/django/forms/widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/forms/widgets.py')
-rw-r--r--django/forms/widgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/forms/widgets.py b/django/forms/widgets.py
index b1c612c26a..7ea3c7bcbf 100644
--- a/django/forms/widgets.py
+++ b/django/forms/widgets.py
@@ -776,7 +776,7 @@ class CheckboxSelectMultiple(ChoiceWidget):
return False
def id_for_label(self, id_, index=None):
- """"
+ """
Don't include for="field_0" in <label> because clicking such a label
would toggle the first checkbox.
"""