Fix error generated by sphinx-build complaining of no end for the list
This commit is contained in:
parent
ff7ea14689
commit
cb25cb5fb3
@ -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"""
|
||||
|
Loading…
Reference in New Issue
Block a user