diff --git a/kivy/uix/widget.py b/kivy/uix/widget.py index a5a36e2a5..e344fcf69 100644 --- a/kivy/uix/widget.py +++ b/kivy/uix/widget.py @@ -348,9 +348,10 @@ class Widget(WidgetBase): `widget`: :class:`Widget` Widget to add to our list of children. `index`: int, defaults to 0 - *(this attribute was added in 1.0.5)* Index to insert the widget in the list + .. versionadded:: 1.0.5 + >>> from kivy.uix.button import Button >>> from kivy.uix.slider import Slider >>> root = Widget()