Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
git-svn-id: svn://cherokee-project.com/CTK/trunk@4234 5dc97367-97f1-0310-9951-d761b3857238
  • Loading branch information
taher committed Feb 11, 2010
1 parent e35c79e commit 3606a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CTK/Checkbox.py
Expand Up @@ -63,7 +63,7 @@ def __init__ (self, key, default, props=None):
elif val.isdigit():
props['checked'] = "01"[bool(int(val))]
else:
assert False, "Could handle value: %s"%(val)
assert False, "Could not handle value: %s"%(val)

# Other properties
props['name'] = key
Expand Down

0 comments on commit 3606a0a

Please sign in to comment.