From 0086001a55f6f0f650ca00078eef3419a998bc89 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Sat, 16 Mar 2013 23:03:38 -0500 Subject: [PATCH] Missing 'the'. --- doc/sources/guide2/events.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.