diff --git a/doc/sources/guide2/events.rst b/doc/sources/guide2/events.rst index d891307c9..76353c9b3 100644 --- a/doc/sources/guide2/events.rst +++ b/doc/sources/guide2/events.rst @@ -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.