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:
|
"""settings should be tuple containing two types of elements:
|
||||||
|
|
||||||
* bare strings, which must be valid Python identifiers.
|
* bare strings, which must be valid Python identifiers.
|
||||||
* two-tuples, the first element being a identifier (as above)
|
* two-tuples, the first element being a identifier (as above) and the second a docstring for the particular setting
|
||||||
and the second a docstring for the particular setting"""
|
|
||||||
|
"""
|
||||||
|
|
||||||
required = tuple()
|
required = tuple()
|
||||||
"""required can list settings which are required"""
|
"""required can list settings which are required"""
|
||||||
|
Loading…
Reference in New Issue
Block a user