From 4c24061575a5e5929df51c5a707c9e544a350034 Mon Sep 17 00:00:00 2001 From: einarr Date: Thu, 2 Aug 2007 10:08:27 +0000 Subject: [PATCH] Fixed docstrings. --- fluents/annotations.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fluents/annotations.py b/fluents/annotations.py index e0ce4af..9b8890b 100644 --- a/fluents/annotations.py +++ b/fluents/annotations.py @@ -61,11 +61,11 @@ class DictAnnotationHandler(AnnotationHandler): def read_annotations_file(filename): """Read annotations from file. - - Reads annotations from a tab delimited file of the format: - dimname annotation_name1 annotation_name2 ... - id1 Foo 0.43 - id2 Bar 0.59 + + Reads annotations from a tab delimited file of the format:: + dimname annotation_name1 annotation_name2 ... + id1 Foo 0.43 + id2 Bar 0.59 """ ann = DictAnnotationHandler()