fix typo in property call

svn: r11068
This commit is contained in:
Gerald Britton 2008-09-16 14:07:29 +00:00
parent df5ca43937
commit 8cb51d4392

View File

@ -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):
"""