summaryrefslogtreecommitdiff
path: root/django/forms
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-09-22 10:30:53 +0200
committerGitHub <noreply@github.com>2020-09-22 10:30:53 +0200
commit75d7af43c104afeb0f101a79535cb63814d6d0f9 (patch)
tree5e45f386fb08ab1e47e5a58b1655ac0409182e5c /django/forms
parentf7806193e6db2dcc82937041cf07036e752515cd (diff)
Corrected docstring quotes in various code.
Diffstat (limited to 'django/forms')
-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.
"""