diff --git a/i3pystatus/core/settings.py b/i3pystatus/core/settings.py index 8773c66..eae708c 100644 --- a/i3pystatus/core/settings.py +++ b/i3pystatus/core/settings.py @@ -24,8 +24,9 @@ class SettingsBase: """settings should be tuple containing two types of elements: * bare strings, which must be valid Python identifiers. - * two-tuples, the first element being a identifier (as above) - and the second a docstring for the particular setting""" + * two-tuples, the first element being a identifier (as above) and the second a docstring for the particular setting + + """ required = tuple() """required can list settings which are required"""