From 1b7b40e81fa2520f786fae0785ca64ea4023422e Mon Sep 17 00:00:00 2001 From: dessant Date: Tue, 12 May 2015 21:48:47 +0300 Subject: [PATCH] improve floatlayout docs --- kivy/uix/floatlayout.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kivy/uix/floatlayout.py b/kivy/uix/floatlayout.py index 438f5ef88..c83998be8 100644 --- a/kivy/uix/floatlayout.py +++ b/kivy/uix/floatlayout.py @@ -2,8 +2,8 @@ Float Layout ============ -The :class:`FloatLayout` class honors only the :attr:`Widget.pos_hint` and -:attr:`Widget.size_hint` attributes. +:class:`FloatLayout` honors the :attr:`~kivy.uix.widget.Widget.pos_hint` +and the :attr:`~kivy.uix.widget.Widget.size_hint` properties of its children. .. only:: html