mirror of https://github.com/kivy/kivy.git
image: fix typo on keep_ratio (thanks Metathink)
This commit is contained in:
parent
d5a4020ad1
commit
4454d4bc7d
|
@ -144,7 +144,7 @@ class Image(Widget):
|
|||
|
||||
.. versionadded:: 1.3.0
|
||||
|
||||
:data:`keep_ratio` is a :class:`~kivy.properties.BooleanProperty`, default
|
||||
:data:`keep_data` is a :class:`~kivy.properties.BooleanProperty`, default
|
||||
to False
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in New Issue