docstring
This commit is contained in:
parent
3c36e05d82
commit
40ecddf242
|
@ -307,7 +307,7 @@ class Property(object):
|
||||||
|
|
||||||
#____________________________________________________________
|
#____________________________________________________________
|
||||||
class Settings(object):
|
class Settings(object):
|
||||||
"``Config()``'s configuration options"
|
"``config.Config()``'s configuration options settings"
|
||||||
__slots__ = ('context', '_owner', '_p_', '__weakref__')
|
__slots__ = ('context', '_owner', '_p_', '__weakref__')
|
||||||
|
|
||||||
def __init__(self, context, storage):
|
def __init__(self, context, storage):
|
||||||
|
|
Loading…
Reference in New Issue