mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Corrected docstring quotes in various code.
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user