diff options
| author | Julien Phalip <jphalip@gmail.com> | 2012-02-05 08:12:07 +0000 |
|---|---|---|
| committer | Julien Phalip <jphalip@gmail.com> | 2012-02-05 08:12:07 +0000 |
| commit | 3732c82f5946ec192324a353085cf1988adc0269 (patch) | |
| tree | 62d9f78e52d2030accc1d1211867879066942959 | |
| parent | 1cd18f4cfdaf5f4a4002e9c59e1146e5fa0d70d3 (diff) | |
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
| -rw-r--r-- | django/forms/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. """ |
