From d1aa27e3eba7ed4e9198fa58d3b7aaad9359f4d4 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Fri, 3 Jun 2005 04:23:37 +0000 Subject: [PATCH] Update svn: r4764 --- gramps2/src/RelLib.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gramps2/src/RelLib.py b/gramps2/src/RelLib.py index 8d655809b..5af70f442 100644 --- a/gramps2/src/RelLib.py +++ b/gramps2/src/RelLib.py @@ -1971,9 +1971,9 @@ class Family(PrimaryObject,SourceNote,MediaBase,AttributeBase): between the two individuals does not match any of the other types. - @param relationship_type: Relationship type between the father - and mother of the relationship. - @type relationship_type: int + @param relationship_type: (int,str) tuple of the relationship type + between the father and mother of the relationship. + @type relationship_type: tuple """ self.type = relationship_type