davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=1a2b8e64f8987e7b5b17d3a96dcf23039b6076b5
commit 1a2b8e64f8987e7b5b17d3a96dcf23039b6076b5 Author: Dave Andreoli <[email protected]> Date: Sat Sep 24 13:58:12 2016 +0200 small doc fix --- efl/elementary/list.pxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efl/elementary/list.pxi b/efl/elementary/list.pxi index 4e4641a..a0401ce 100644 --- a/efl/elementary/list.pxi +++ b/efl/elementary/list.pxi @@ -42,7 +42,7 @@ cdef class ListItem(ObjectItem): :param end: The icon object to use for the right side of the item. An icon can be any Evas object. :type end: :py:class:`~efl.evas.Object` - :param callable callback: The function to call when the item is clicked. + :param callable callback: The function to call when the item is selected. :param cb_data: User data for the callback function :param \**kwargs: All the remaining keyword arguments are interpreted as properties of the instance --
