Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Fixed docstrings.

This commit is contained in:
Einar Ryeng 2007-08-02 10:08:27 +00:00
parent 63d6347f37
commit 4c24061575
1 changed files with 5 additions and 5 deletions

View File

@ -61,11 +61,11 @@ class DictAnnotationHandler(AnnotationHandler):
def read_annotations_file(filename): def read_annotations_file(filename):
"""Read annotations from file. """Read annotations from file.
Reads annotations from a tab delimited file of the format: Reads annotations from a tab delimited file of the format::
dimname annotation_name1 annotation_name2 ... dimname annotation_name1 annotation_name2 ...
id1 Foo 0.43 id1 Foo 0.43
id2 Bar 0.59 id2 Bar 0.59
""" """
ann = DictAnnotationHandler() ann = DictAnnotationHandler()