From e1c3cb39899d081c94297db6cf3418bfe4936417 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Fri, 3 Jun 2005 04:18:38 +0000 Subject: [PATCH] * src/RelLib.py (Family.set_relationship): Update doc string. svn: r4763 --- gramps2/ChangeLog | 1 + gramps2/src/RelLib.py | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 04ddaab87..267832309 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -2,6 +2,7 @@ * src/ListModel.py: Check for the list to be long enough. * src/gramps.glade: Replace ComboBox with ComboBoxEntry; remove unneeded scrollwed window (caused warning). + * src/RelLib.py (Family.set_relationship): Update doc string. 2005-06-01 Don Allingham * src/EditPerson.py: Start event_ref integration diff --git a/gramps2/src/RelLib.py b/gramps2/src/RelLib.py index 6b812c5f8..8d655809b 100644 --- a/gramps2/src/RelLib.py +++ b/gramps2/src/RelLib.py @@ -1953,7 +1953,9 @@ class Family(PrimaryObject,SourceNote,MediaBase,AttributeBase): def set_relationship(self,relationship_type): """ Sets the relationship type between the people identified as the - father and mother in the relationship. The valid values are: + father and mother in the relationship. The type is a tuple whose + first item is an integer constant and whose second item is + the string. The valid values are: - C{Family.MARRIED} : indicates a legally recognized married relationship between two individuals. This may be either