mirror of https://github.com/kivy/kivy.git
event: fix create_property documentation
This commit is contained in:
parent
33bdf2a591
commit
a6ac2d024a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue