3302: Detailed Descendant Report fallback for child-list birth/death strings and fixed a typo baptized -> baptised
svn: r13899
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user