Commit bd3af2ee authored by Marc Sibson's avatar Marc Sibson Committed by Tim Graham
Browse files

[1.6.x] Fixed docstring typo in django/forms/forms.py.

Backport of 81bb8d12 from master
parent e694b063
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -577,7 +577,7 @@ class BoundField(object):
        """
        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.
        it has a single widget or a MultiWidget.
        """
        widget = self.field.widget
        id_ = widget.attrs.get('id') or self.auto_id