diff --git a/volatility/framework/interfaces/objects.py b/volatility/framework/interfaces/objects.py index b0e1ae682..9bb0dba68 100644 --- a/volatility/framework/interfaces/objects.py +++ b/volatility/framework/interfaces/objects.py @@ -171,7 +171,7 @@ class Template(validity.ValidityRoutines): return clone def update_vol(self, **new_arguments): - """Updates the keyword arguments""" + """Updates the keyword arguments with values that will not be carried across to clones""" self._vol.update(new_arguments) def __getattr__(self, attr):