docs and repr fixes
This commit is contained in:
@@ -249,7 +249,7 @@ class Index:
|
||||
self.counter = counter
|
||||
|
||||
def __repr__(self):
|
||||
return '<Index %02d, absolute %d, path %d, relative %d>' % (
|
||||
return '<Index %02d, absolute %r, path %r, relative %r>' % (
|
||||
self.number, self.absolute, self.path, self.relative)
|
||||
|
||||
class IndexTable:
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user