diff --git a/django/forms/forms.py b/django/forms/forms.py index 198d21d6e7..94eb22dd9e 100644 --- a/django/forms/forms.py +++ b/django/forms/forms.py @@ -544,7 +544,7 @@ class BoundField(StrAndUnicode): def _id_for_label(self): """ - Wrapper around the field widget's `id_for_label` class method. + Wrapper around the field widget's `id_for_label` method. Useful, for example, for focusing on this field regardless of whether it has a single widget or a MutiWidget. """