Skip to content

Commit

Permalink
Made a minor tweak to a doctoring in django/forms.forms.py that was…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
jphalip committed Feb 5, 2012
1 parent 1cd18f4 commit 3732c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/forms/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def _auto_id(self):

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.
"""
Expand Down

0 comments on commit 3732c82

Please sign in to comment.