Fix typo
This commit is contained in:
parent
f32147c25a
commit
46522580f4
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class Event:
|
|||
y,
|
||||
's' if y > 1 else ''
|
||||
)
|
||||
return '{}{} décédé{} il y a {} ans{}'.format(
|
||||
return '{}{} décédé{} il y a {} an{}'.format(
|
||||
self._p_a.formatted_name(),
|
||||
' (a épousé {})'.format(self._p_b.formatted_name()) if self._p_b else '',
|
||||
'' if self._p_a.is_male() else 'e',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue