mirror of https://github.com/kivy/kivy.git
textinput's docstring: fix typo and add 'versionadded' infos
This commit is contained in:
parent
2c01d8234e
commit
ae55b72020
|
@ -981,10 +981,13 @@ class TextInput(Widget):
|
||||||
'''
|
'''
|
||||||
|
|
||||||
password = BooleanProperty(False)
|
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
|
:data:`password` is a :class:`~kivy.properties.BooleanProperty`, default to
|
||||||
False
|
False
|
||||||
|
|
||||||
|
.. versionadded:: 1.1.2
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
cursor_blink = BooleanProperty(False)
|
cursor_blink = BooleanProperty(False)
|
||||||
|
|
Loading…
Reference in New Issue