Changeset 448


Ignore:
Timestamp:
21-05-11 18:42:11 (2 years ago)
Author:
thomas
Message:

document

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/morituri/image/table.py

    r442 r448  
    149149    I represent a table of indexes on a CD. 
    150150 
    151     @ivar tracks: tracks on this CD 
    152     @type tracks: list of L{Track} 
     151    @ivar tracks:  tracks on this CD 
     152    @type tracks:  list of L{Track} 
    153153    @ivar catalog: catalog number 
    154154    @type catalog: str 
     155    @type cdtext:  dict of str -> str 
    155156    """ 
    156157 
Note: See TracChangeset for help on using the changeset viewer.