From a6ac2d024acb69269115fba86f42d72280132788 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Sat, 14 Dec 2013 22:45:22 +0100 Subject: [PATCH] event: fix create_property documentation --- kivy/_event.pyx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kivy/_event.pyx b/kivy/_event.pyx index 664365874..e152f69a5 100644 --- a/kivy/_event.pyx +++ b/kivy/_event.pyx @@ -411,7 +411,9 @@ cdef class EventDispatcher(ObjectWithUid): :Parameters: `name`: string Name of the property - ` + `value`: object, optional + Default value of the property. Type is also used for creating a + more appropriate property types. Default to None. The class of the property cannot be specified, it will always be an :class:`~kivy.properties.ObjectProperty` class. The default value of the