From a2953ae9cf096197c5e022a77c0e295761d72c25 Mon Sep 17 00:00:00 2001 From: Ryan Pessa Date: Thu, 4 Dec 2014 11:25:31 -0600 Subject: [PATCH] fix erroneous doc --- kivy/uix/tabbedpanel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')