typo in 3165 patch -- caught by lcc
svn: r18250
This commit is contained in:
parent
fc68033c3a
commit
2f4a370ea7
@ -2222,7 +2222,7 @@ class Narrator(object):
|
|||||||
text = unmarried_also_date_place[gender][date_full]
|
text = unmarried_also_date_place[gender][date_full]
|
||||||
else:
|
else:
|
||||||
text = relationship_also_date_place[gender][date_full]
|
text = relationship_also_date_place[gender][date_full]
|
||||||
if date and place:
|
elif date and place:
|
||||||
if relationship == FamilyRelType.MARRIED:
|
if relationship == FamilyRelType.MARRIED:
|
||||||
text = marriage_also_date_place['succinct'][date_full]
|
text = marriage_also_date_place['succinct'][date_full]
|
||||||
elif relationship == FamilyRelType.UNMARRIED:
|
elif relationship == FamilyRelType.UNMARRIED:
|
||||||
|
Loading…
Reference in New Issue
Block a user