Fix minor lint with docstring.

This commit is contained in:
Mike Auty
2016-12-22 16:00:58 +00:00
parent 23e61d9756
commit 3aa187e293
+1 -1
View File
@@ -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)