This commit is contained in:
Cyril Novel 2020-10-12 13:15:42 +02:00
commit 46522580f4

View file

@ -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',