From 3aa187e293b5872b49afad20bc06a4bbbf4bb82e Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Thu, 22 Dec 2016 16:00:58 +0000 Subject: [PATCH] Fix minor lint with docstring. --- volatility/framework/contexts/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/framework/contexts/__init__.py b/volatility/framework/contexts/__init__.py index 0d18709d2..3fb925195 100644 --- a/volatility/framework/contexts/__init__.py +++ b/volatility/framework/contexts/__init__.py @@ -58,7 +58,7 @@ class Context(interfaces.context.ContextInterface): :param layer: The layer to be added to the memory :type layer: volatility.framework.interfaces.layers.DataLayerInterface :raises volatility.framework.exceptions.LayerException: if the layer is already present, or has - unmet dependencies + unmet dependencies """ self._memory.add_layer(layer)