Kaydet (Commit) 81bb8d12 authored tarafından Marc Sibson's avatar Marc Sibson Kaydeden (comit) Tim Graham

Fixed docstring typo in django/forms/forms.py.

üst 270c9fe4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment