From 43482958c0822e15063aed8e26e3992fec912073 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Tue, 1 Jul 2014 21:44:06 +0200 Subject: [PATCH] doc: added link to BoxLayout uix/listview.py --- kivy/uix/listview.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kivy/uix/listview.py b/kivy/uix/listview.py index 933752643..74bde8eed 100644 --- a/kivy/uix/listview.py +++ b/kivy/uix/listview.py @@ -440,8 +440,8 @@ own template, mix it in as follows:: """) A class called CustomListItem will be instantiated for each list item. Note -that it is a layout, BoxLayout, and is thus a kind of container. It contains a -:class:`~kivy.uix.listview.ListItemButton` instance. +that it is a :class:`~kivy.uix.boxlayout.BoxLayout` and is thus a kind of +container. It contains a :class:`~kivy.uix.listview.ListItemButton` instance. Using the power of the Kivy language (kv), you can easily build composite list items -- in addition to ListItemButton, you could have a ListItemLabel, or a