textinput's docstring: fix typo and add 'versionadded' infos

This commit is contained in:
gabriel.pettier 2012-03-18 21:31:44 +01:00
parent 2c01d8234e
commit ae55b72020
1 changed files with 4 additions and 1 deletions

View File

@ -981,10 +981,13 @@ class TextInput(Widget):
'''
password = BooleanProperty(False)
'''If True, the widget will display it's characters as the character*.
'''If True, the widget will display its characters as the character*.
:data:`password` is a :class:`~kivy.properties.BooleanProperty`, default to
False
.. versionadded:: 1.1.2
'''
cursor_blink = BooleanProperty(False)