From 2dbd30709644b9f50f41ebb78fd8edc60327b88b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 4 May 2009 15:58:12 +0000 Subject: [PATCH] docs and repr fixes --- morituri/image/table.py | 2 +- morituri/program/cdparanoia.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/morituri/image/table.py b/morituri/image/table.py index bf22bd9..d9b045b 100644 --- a/morituri/image/table.py +++ b/morituri/image/table.py @@ -249,7 +249,7 @@ class Index: self.counter = counter def __repr__(self): - return '' % ( + return '' % ( self.number, self.absolute, self.path, self.relative) class IndexTable: diff --git a/morituri/program/cdparanoia.py b/morituri/program/cdparanoia.py index da6f4cc..c4f3a8f 100644 --- a/morituri/program/cdparanoia.py +++ b/morituri/program/cdparanoia.py @@ -73,7 +73,7 @@ class ReadTrackTask(task.Task): @param path: where to store the ripped track @type path: str @param table: table of contents of CD - @type table: L{table.Table} + @type table: L{table.IndexTable} @param start: first frame to rip @type start: int @param stop: last frame to rip (inclusive)