From cadb761f674a7cddfacc1dc6371092910dad0eb8 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Mon, 5 Jan 2015 16:01:14 +0000 Subject: [PATCH] Fix documentation typo. --- volatility/framework/interfaces/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/framework/interfaces/objects.py b/volatility/framework/interfaces/objects.py index e13112aca..135586b82 100644 --- a/volatility/framework/interfaces/objects.py +++ b/volatility/framework/interfaces/objects.py @@ -139,5 +139,5 @@ class Template(validity.ValidityRoutines): :param context: :param object_info: - :return O Returns: an object adhereing to the Object interface + :return O Returns: an object adhering to the Object interface """