Fix of minor bug in inlaw.

svn: r14155
This commit is contained in:
Peter Landgren 2010-01-28 14:35:56 +00:00
parent 514af57f3c
commit fcde4a1e3b

View File

@ -187,7 +187,7 @@ class RelationshipCalculator(Relationship.RelationshipCalculator):
else:
result.append('mor')
if inlaw != '' :
inlaw = 'ingifta '
inlaw = 's ingifta '
result.append(self._get_cousin(level, step, inlaw))
if step != '' and len(result)==1:
result[0] = self.STEP + result[0]