From a8371ed541da37b93f447d5d8cfd4e2675eada3e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 18 Nov 2012 13:01:50 +0000 Subject: [PATCH] fix docstring --- morituri/result/result.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morituri/result/result.py b/morituri/result/result.py index e6efe72..1d0f0eb 100644 --- a/morituri/result/result.py +++ b/morituri/result/result.py @@ -79,7 +79,7 @@ class RipResult: @ivar offset: sample read offset @ivar table: the full index table - @type table: L{morituri.common.table.Table} + @type table: L{morituri.image.table.Table} """ offset = 0