1
0
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:
Mariusz Felisiak
2020-09-22 10:30:53 +02:00
committed by GitHub
parent f7806193e6
commit 75d7af43c1
4 changed files with 4 additions and 4 deletions

View File

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