event: fix create_property documentation

This commit is contained in:
Mathieu Virbel 2013-12-14 22:45:22 +01:00
parent 33bdf2a591
commit a6ac2d024a
1 changed files with 3 additions and 1 deletions

View File

@ -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