Fix error generated by sphinx-build complaining of no end for the list

This commit is contained in:
Matthieu Coudron 2014-12-17 18:18:08 +01:00
parent ff7ea14689
commit cb25cb5fb3

View File

@ -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"""