Commit 3732c82f authored by Julien Phalip's avatar Julien Phalip
Browse files

Made a minor tweak to a doctoring in `django/forms.forms.py` that was missed...

Made a minor tweak to a doctoring in `django/forms.forms.py` that was missed in r17452. Thanks to Claude Paroz for the tip.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17453 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 1cd18f4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
        """