From 5b2200decc852e2e63e65cd42236dc7236fd85c0 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Wed, 13 Jan 2016 00:51:44 +0000 Subject: [PATCH] Update documentation slightly. --- volatility/framework/interfaces/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/framework/interfaces/configuration.py b/volatility/framework/interfaces/configuration.py index c01f182e3..c3acb8835 100644 --- a/volatility/framework/interfaces/configuration.py +++ b/volatility/framework/interfaces/configuration.py @@ -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)