mirror of https://github.com/kivy/kivy.git
doc: added 'SettingTitle' to __all__
This class was mentioned in the Docs but the link was broken due to it's ommission for __all__.
This commit is contained in:
parent
927682c749
commit
377a47fc4c
|
@ -155,8 +155,8 @@ on_close event.
|
|||
'''
|
||||
|
||||
__all__ = ('Settings', 'SettingsPanel', 'SettingItem', 'SettingString',
|
||||
'SettingPath', 'SettingBoolean', 'SettingNumeric',
|
||||
'SettingOptions', 'SettingsWithSidebar', 'SettingsWithSpinner',
|
||||
'SettingPath', 'SettingBoolean', 'SettingNumeric', 'SettingOptions',
|
||||
'SettingTitle', 'SettingsWithSidebar', 'SettingsWithSpinner',
|
||||
'SettingsWithTabbedPanel', 'SettingsWithNoMenu',
|
||||
'InterfaceWithSidebar', 'ContentPanel')
|
||||
|
||||
|
|
Loading…
Reference in New Issue