From 8af233d5e7311155815ffb0f767681f39dd8f166 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Wed, 19 Feb 2014 21:34:51 +0200 Subject: [PATCH] doc: changed to standard version tagging --- kivy/uix/widget.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()