From bdf1d0b90c5a6540a9cbc48984a410b78f611458 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 3 May 2009 19:17:32 +0000 Subject: [PATCH] docs --- morituri/program/cdrdao.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/morituri/program/cdrdao.py b/morituri/program/cdrdao.py index 8bbf5ff..f827a14 100644 --- a/morituri/program/cdrdao.py +++ b/morituri/program/cdrdao.py @@ -55,6 +55,9 @@ _LEADOUT_RE = re.compile(r""" class ReadTOCTask(task.Task): """ I am a task that reads the TOC of a CD, including pregaps. + + @ivar toc: the .toc object + @type toc: L{toc.TOC} """ description = "Reading TOC..."