From 8cb51d43926bf9c94c25f6056a1b9ac6dc823914 Mon Sep 17 00:00:00 2001 From: Gerald Britton Date: Tue, 16 Sep 2008 14:07:29 +0000 Subject: [PATCH] fix typo in property call svn: r11068 --- src/gen/lib/event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gen/lib/event.py b/src/gen/lib/event.py index c8f11f3ee..0e96b3cc9 100644 --- a/src/gen/lib/event.py +++ b/src/gen/lib/event.py @@ -292,7 +292,7 @@ class Event(SourceBase, NoteBase, MediaBase, AttributeBase, @rtype: tuple """ return self.__type - type = property(get_type, get_type, None, 'Returns or sets type of the event') + type = property(get_type, set_type, None, 'Returns or sets type of the event') def set_description(self, description): """