diff --git a/kivy/uix/tabbedpanel.py b/kivy/uix/tabbedpanel.py index 236e609db..3c44e6495 100644 --- a/kivy/uix/tabbedpanel.py +++ b/kivy/uix/tabbedpanel.py @@ -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')