From 3732c82f5946ec192324a353085cf1988adc0269 Mon Sep 17 00:00:00 2001 From: Julien Phalip Date: Sun, 5 Feb 2012 08:12:07 +0000 Subject: [PATCH] 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 --- django/forms/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """