Skip to content

Commit

Permalink
Fixed docstring typo in django/forms/forms.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
sibson authored and timgraham committed Jan 10, 2014
1 parent 270c9fe commit 81bb8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/forms/forms.py
Expand Up @@ -661,7 +661,7 @@ def id_for_label(self):
"""
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
Expand Down

0 comments on commit 81bb8d1

Please sign in to comment.