docstring

This commit is contained in:
gwen 2014-01-06 15:32:28 +01:00
parent 3c36e05d82
commit 40ecddf242
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ class Property(object):
#____________________________________________________________
class Settings(object):
"``Config()``'s configuration options"
"``config.Config()``'s configuration options settings"
__slots__ = ('context', '_owner', '_p_', '__weakref__')
def __init__(self, context, storage):