mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed docstring typo in django/forms/forms.py.
This commit is contained in:
parent
270c9fe488
commit
81bb8d1220
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue