Update documentation slightly.

This commit is contained in:
Mike Auty
2016-01-13 00:51:44 +00:00
parent 1e48527096
commit 5b2200decc
@@ -173,7 +173,7 @@ class HierarchicalDict(collections.Mapping):
class Configurable(validity.ValidityRoutines):
"""Class to allow objects to have requirements and populate the context config tree"""
"""Class to allow objects to have requirements and read configuration data from the context config tree"""
def __init__(self, context, config_path):
validity.ValidityRoutines.__init__(self)