mirror of https://github.com/kivy/kivy.git
fix erroneous doc
This commit is contained in:
parent
73cecfea2e
commit
a2953ae9cf
|
@ -345,7 +345,7 @@ class TabbedPanel(GridLayout):
|
|||
`bottom_left`, `bottom_mid`, `bottom_right`.
|
||||
|
||||
:attr:`tab_pos` is an :class:`~kivy.properties.OptionProperty` and
|
||||
defaults to 'bottom_mid'.
|
||||
defaults to 'top_left'.
|
||||
'''
|
||||
|
||||
tab_height = NumericProperty('40dp')
|
||||
|
|
Loading…
Reference in New Issue