Add docblock updates for providers.Config

This commit is contained in:
Roman Mogilatov 2015-03-16 15:10:39 +02:00
parent 47d33e524c
commit 0dbc7a5b58

View File

@ -285,7 +285,8 @@ class Config(Provider):
"""Config provider.
Config provider provides dict values. Also config provider creates
deferred config objects for all undefined attribute calls.
child config objects for all undefined attribute calls. It makes possible
to create deferred config value provider.
"""
__slots__ = ('value',)