diff --git a/kivy/uix/settings.py b/kivy/uix/settings.py index 63d463d49..49712b8c8 100644 --- a/kivy/uix/settings.py +++ b/kivy/uix/settings.py @@ -359,8 +359,8 @@ class SettingString(SettingItem): '''(internal) Used to store the current textinput from the popup and to listen for changes. - :attr:`popup` is an :class:`~kivy.properties.ObjectProperty` and defaults - to None. + :attr:`textinput` is an :class:`~kivy.properties.ObjectProperty` and + defaults to None. ''' def on_panel(self, instance, value): @@ -436,8 +436,8 @@ class SettingPath(SettingItem): '''(internal) Used to store the current textinput from the popup and to listen for changes. - :attr:`popup` is an :class:`~kivy.properties.ObjectProperty` and defaults - to None. + :attr:`textinput` is an :class:`~kivy.properties.ObjectProperty` and + defaults to None. ''' def on_panel(self, instance, value): @@ -666,7 +666,7 @@ class InterfaceWithSidebar(BoxLayout): '''(internal) A reference to the panel display widget (a :class:`ContentPanel`). - :attr:`menu` is an :class:`~kivy.properties.ObjectProperty` and + :attr:`content` is an :class:`~kivy.properties.ObjectProperty` and defaults to None. '''