Kaydet (Commit) 656654fb authored tarafından Leila20's avatar Leila20 Kaydeden (comit) Tim Graham

Fixed typo in django/forms/widgets.py comment.

üst f46a838e
......@@ -795,7 +795,7 @@ class RendererMixin(object):
def id_for_label(self, id_):
# Widgets using this RendererMixin are made of a collection of
# subwidgets, each with their own <label>, and distinct ID.
# The IDs are made distinct by y "_X" suffix, where X is the zero-based
# The IDs are made distinct by a "_X" suffix, where X is the zero-based
# index of the choice field. Thus, the label for the main widget should
# reference the first subwidget, hence the "_0" suffix.
if 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