Skip to content

Commit

Permalink
Merge pull request #2089 from sirpercival/patch-1
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
akshayaurora committed Apr 18, 2014
2 parents 29ef854 + 05767d3 commit 2441464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivy/uix/checkbox.py
Expand Up @@ -36,7 +36,7 @@ def on_checkbox_active(checkbox, value):


class CheckBox(Widget):
'''CheckXox class, see module documentation for more information.
'''CheckBox class, see module documentation for more information.
'''

active = BooleanProperty(False)
Expand Down

0 comments on commit 2441464

Please sign in to comment.