Update
svn: r4764
This commit is contained in:
parent
9285e8ee56
commit
e4954cdf41
@ -1971,9 +1971,9 @@ class Family(PrimaryObject,SourceNote,MediaBase,AttributeBase):
|
|||||||
between the two individuals does not match any of the
|
between the two individuals does not match any of the
|
||||||
other types.
|
other types.
|
||||||
|
|
||||||
@param relationship_type: Relationship type between the father
|
@param relationship_type: (int,str) tuple of the relationship type
|
||||||
and mother of the relationship.
|
between the father and mother of the relationship.
|
||||||
@type relationship_type: int
|
@type relationship_type: tuple
|
||||||
"""
|
"""
|
||||||
self.type = relationship_type
|
self.type = relationship_type
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user