From c091ee5d0c09711fb249a3bae4ae8b9a2be0a854 Mon Sep 17 00:00:00 2001 From: "gabriel.pettier" Date: Thu, 22 Mar 2012 01:38:10 +0100 Subject: [PATCH] documentation fix --- kivy/uix/accordion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kivy/uix/accordion.py b/kivy/uix/accordion.py index 9d6f303a7..32f1f9d4f 100644 --- a/kivy/uix/accordion.py +++ b/kivy/uix/accordion.py @@ -54,7 +54,7 @@ to customize the design of the title bar. [WARNING] [Accordion] need 440px, got 100px [WARNING] [Accordion] layout aborted. - That's mean you have too many children, and they are no more space to + That means you have too many children, and they are no more space to display any content. This is "normal", and nothing will be done. Try to increase the space for the accordion, and reduce the number of children. You can also reduce the :attr:`Accordion.min_space`.