3302: Detailed Descendant Report fallback for child-list birth/death strings and fixed a typo baptized -> baptised

svn: r13899
This commit is contained in:
Doug Blank
2009-12-23 20:16:16 +00:00
parent 302781a6b3
commit 8c26c5ad64
3 changed files with 15 additions and 10 deletions

View File

@ -1839,7 +1839,7 @@ class Narrator(object):
return text
def get_baptized_string(self):
def get_baptised_string(self):
"""
Get a string narrating the baptism of the subject.
Example sentences:
@ -2349,4 +2349,4 @@ class Narrator(object):
age = 0
age_index = _AGE_INDEX_NO_AGE
return age, age_index
return age, age_index