Fixed docstrings.
This commit is contained in:
parent
63d6347f37
commit
4c24061575
|
@ -62,7 +62,7 @@ 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
|
||||||
|
|
Reference in New Issue