From 5917866c3ede334ba9859dc4889482f03dd196fe Mon Sep 17 00:00:00 2001 From: Martin Baeuml Date: Mon, 13 Feb 2012 16:47:20 +0100 Subject: [PATCH] minor doc fix --- doc/containers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/containers.rst b/doc/containers.rst index 3e1487f..f811a28 100644 --- a/doc/containers.rst +++ b/doc/containers.rst @@ -41,7 +41,7 @@ parsing and serialization of the labels from/to disk to the to functions and -.. py:function:: serializeToFile(self, filename, annotations +.. py:function:: serializeToFile(self, filename, annotations) respectively. If you subclass AnnotationContainer, make sure to provide implementations for those two functions.