Missing 'the'.

This commit is contained in:
Zen-CODE 2013-03-16 23:03:38 -05:00
parent 71e98b6f20
commit 0086001a55
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ defined in. You can use an in-line function as follows:
cb.bind(pressed=_local_func)
self.add_widget(cb)
The first parameter would be `instance` of the class the property is
The first parameter would be the `instance` of the class the property is
defined in.
The second parameter would be the `value`, which is the new value of the property.