1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00

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
This commit is contained in:
Julien Phalip 2012-02-05 08:12:07 +00:00
parent 1cd18f4cfd
commit 3732c82f59

View File

@ -544,7 +544,7 @@ class BoundField(StrAndUnicode):
def _id_for_label(self): 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 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 MutiWidget.
""" """