Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Feb 23, 2016
1 parent a69cd22 commit 4b60fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/form/browser/radio.py
Expand Up @@ -64,7 +64,7 @@ def update(self):
"""See z3c.form.interfaces.IWidget."""
super(RadioWidget, self).update()
# XXX: this is to early for setup items. See select widget how this
# sould be done. Setup the items here doens't allow to override the
# should be done. Setup the items here doesn't allow to override the
# widget.value in updateWidgets, ri
widget.addFieldClass(self)
self.items = []
Expand Down

0 comments on commit 4b60fca

Please sign in to comment.