doc: changed to standard version tagging

This commit is contained in:
Zen-CODE 2014-02-19 21:34:51 +02:00
parent 0a4fd5b855
commit 8af233d5e7
1 changed files with 2 additions and 1 deletions

View File

@ -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()